diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-12-17 11:56:01 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-12-17 11:56:01 +0000 |
commit | 988c134834917d14b371e2e9441f6afb13e7b4b9 (patch) | |
tree | 732a6770d64c20443dcba101f2da9a8b15ab285a /security/dropbear/files/patch-includes.h | |
parent | - Update to version 0.3.1 (diff) |
- Update to version 0.39
PR: 60296
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=96043
Diffstat (limited to 'security/dropbear/files/patch-includes.h')
-rw-r--r-- | security/dropbear/files/patch-includes.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/dropbear/files/patch-includes.h b/security/dropbear/files/patch-includes.h new file mode 100644 index 000000000000..e456342b6503 --- /dev/null +++ b/security/dropbear/files/patch-includes.h @@ -0,0 +1,11 @@ +--- includes.h.orig Tue Dec 16 11:02:22 2003 ++++ includes.h Tue Dec 16 11:02:43 2003 +@@ -38,7 +38,7 @@ + #include <sys/time.h> + #include <sys/un.h> + #include <sys/wait.h> +-#include <sys/dir.h> ++#include <sys/dirent.h> + + #include <stdio.h> + #include <errno.h> |