[openssh-commits] [openssh] 02/03: upstream: sys/param.h is not needed for any visible reason
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri Sep 3 14:39:50 AEST 2021
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 5428b0d239f6b516c81d1dd15aa9fe9e60af75d4
Author: deraadt at openbsd.org <deraadt at openbsd.org>
Date: Thu Sep 2 21:03:54 2021 +0000
upstream: sys/param.h is not needed for any visible reason
OpenBSD-Commit-ID: 8bdea2d0c75692e4c5777670ac039d4b01c1f368
---
sftp-realpath.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/sftp-realpath.c b/sftp-realpath.c
index 9ac40181..2ec779d8 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 <kostik at 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>
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list