]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: sys/param.h is not needed for any visible reason
authorderaadt@openbsd.org <deraadt@openbsd.org>
Thu, 2 Sep 2021 21:03:54 +0000 (21:03 +0000)
committerDarren Tucker <dtucker@dtucker.net>
Fri, 3 Sep 2021 04:20:22 +0000 (14:20 +1000)
OpenBSD-Commit-ID: 8bdea2d0c75692e4c5777670ac039d4b01c1f368

sftp-realpath.c

index 9ac40181227fda27c9eadf25ed25f27798e13e72..2ec779d8f901043081c79d4a02d22f86f13a2ada 100644 (file)
@@ -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 <kostik@iclub.nsu.ru>
  *
@@ -30,7 +30,6 @@
 #include "includes.h"
 
 #include <sys/types.h>
-#include <sys/param.h>
 #include <sys/stat.h>
 
 #include <errno.h>