From: deraadt@openbsd.org Date: Thu, 2 Sep 2021 21:03:54 +0000 (+0000) Subject: upstream: sys/param.h is not needed for any visible reason X-Git-Tag: V_8_8_P1~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5428b0d239f6b516c81d1dd15aa9fe9e60af75d4;p=thirdparty%2Fopenssh-portable.git upstream: sys/param.h is not needed for any visible reason OpenBSD-Commit-ID: 8bdea2d0c75692e4c5777670ac039d4b01c1f368 --- diff --git a/sftp-realpath.c b/sftp-realpath.c index 9ac401812..2ec779d8f 100644 --- a/sftp-realpath.c +++ b/sftp-realpath.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sftp-realpath.c,v 1.1 2019/07/05 04:55:40 djm Exp $ */ +/* $OpenBSD: sftp-realpath.c,v 1.2 2021/09/02 21:03:54 deraadt Exp $ */ /* * Copyright (c) 2003 Constantin S. Svintsoff * @@ -30,7 +30,6 @@ #include "includes.h" #include -#include #include #include