diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-10-08 02:45:58 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-10-08 02:45:58 +0000 |
commit | 5b33357908d8395ec08baaeda9983850f43ed53c (patch) | |
tree | dad4b3b47176d981ca87fb57774f9e222842f1e7 /mail/pfqueue/files/patch-pfqlib.h | |
parent | - Update to 2.4-20061006 (diff) |
- Update to 0.5.3
- portlint(1)
Notes
Notes:
svn path=/head/; revision=174884
Diffstat (limited to 'mail/pfqueue/files/patch-pfqlib.h')
-rw-r--r-- | mail/pfqueue/files/patch-pfqlib.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/pfqueue/files/patch-pfqlib.h b/mail/pfqueue/files/patch-pfqlib.h new file mode 100644 index 000000000000..6f647e51904e --- /dev/null +++ b/mail/pfqueue/files/patch-pfqlib.h @@ -0,0 +1,10 @@ +--- pfqlib.h.orig Sat Oct 7 23:40:07 2006 ++++ pfqlib.h Sat Oct 7 23:40:42 2006 +@@ -7,6 +7,7 @@ + #define __PFQLIB_H + + #include <time.h> ++#include <sys/types.h> + #include <regex.h> + #include <sys/types.h> + #include "pfregex.h" |