artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f13550
)
sys/param.h is not needed for any visible reason
author
deraadt
<deraadt@openbsd.org>
Thu, 2 Sep 2021 21:03:54 +0000
(21:03 +0000)
committer
deraadt
<deraadt@openbsd.org>
Thu, 2 Sep 2021 21:03:54 +0000
(21:03 +0000)
usr.bin/ssh/sftp-realpath.c
patch
|
blob
|
history
diff --git
a/usr.bin/ssh/sftp-realpath.c
b/usr.bin/ssh/sftp-realpath.c
index
0ed808f
..
86bead8
100644
(file)
--- a/
usr.bin/ssh/sftp-realpath.c
+++ b/
usr.bin/ssh/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@iclub.nsu.ru>
*
@@
-28,7
+28,6
@@
*/
#include <sys/types.h>
-#include <sys/param.h>
#include <sys/stat.h>
#include <errno.h>