[openssh-commits] [openssh] 01/01: Remove duplicate include of pwd.h. bz#2337, patch from Mordy Ovits.
git+noreply at mindrot.org
git+noreply at mindrot.org
Wed Apr 15 16:00:41 AEST 2015
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 202d443eeda1829d336595a3cfc07827e49f45ed
Author: Darren Tucker <dtucker at zip.com.au>
Date: Wed Apr 15 15:59:49 2015 +1000
Remove duplicate include of pwd.h. bz#2337, patch from Mordy Ovits.
---
sftp-server.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/sftp-server.c b/sftp-server.c
index 4f735cd..85fa5ac 100644
--- a/sftp-server.c
+++ b/sftp-server.c
@@ -40,7 +40,6 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
-#include <pwd.h>
#include <time.h>
#include <unistd.h>
#include <stdarg.h>
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list