diff options
author | Anders Nordby <anders@FreeBSD.org> | 2003-12-22 17:06:36 +0000 |
---|---|---|
committer | Anders Nordby <anders@FreeBSD.org> | 2003-12-22 17:06:36 +0000 |
commit | 2989f4c7525db7193d0a80626613654f9be810cd (patch) | |
tree | 4dce544855780be707988b07bf164a32192e0c75 /security/fpm | |
parent | 91e47145c37c3358673b209ea800b34a0624aeed (diff) | |
download | ports-2989f4c7525db7193d0a80626613654f9be810cd.tar.gz ports-2989f4c7525db7193d0a80626613654f9be810cd.zip |
Notes
Diffstat (limited to 'security/fpm')
-rw-r--r-- | security/fpm/files/patch-dump.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/security/fpm/files/patch-dump.c b/security/fpm/files/patch-dump.c new file mode 100644 index 000000000000..647b2e11d2f7 --- /dev/null +++ b/security/fpm/files/patch-dump.c @@ -0,0 +1,10 @@ +--- src/gpasman-1.3.0/dump.c.orig Mon Dec 22 17:49:29 2003 ++++ src/gpasman-1.3.0/dump.c Mon Dec 22 17:49:38 2003 +@@ -30,6 +30,7 @@ + #include <glib.h> + #include <string.h> + #include <stdlib.h> ++#include <sys/types.h> + + #include "file.h" + |