summaryrefslogtreecommitdiff
path: root/mail/nullmailer
diff options
context:
space:
mode:
authorClive Lin <clive@FreeBSD.org>2002-11-18 14:32:20 +0000
committerClive Lin <clive@FreeBSD.org>2002-11-18 14:32:20 +0000
commit1ce56ca91c1b809b8368f26ae16152ab0d3713d5 (patch)
tree192413b723e86dfb36b29f13340b630b79f0276a /mail/nullmailer
parentDon't tack on an extra '-' in the include dir path. (diff)
Unbreak the build on -CURRENT.
Noted by: kris
Notes
Notes: svn path=/head/; revision=70410
Diffstat (limited to 'mail/nullmailer')
-rw-r--r--mail/nullmailer/files/patch-fdobuf.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/nullmailer/files/patch-fdobuf.h b/mail/nullmailer/files/patch-fdobuf.h
new file mode 100644
index 000000000000..3f4d5cc78382
--- /dev/null
+++ b/mail/nullmailer/files/patch-fdobuf.h
@@ -0,0 +1,11 @@
+--- lib/fdbuf/fdobuf.h.orig Mon Nov 18 22:27:27 2002
++++ lib/fdbuf/fdobuf.h Mon Nov 18 22:27:50 2002
+@@ -17,6 +17,8 @@
+ #ifndef FDBUF__FDOBUF__H__
+ #define FDBUF__FDOBUF__H__
+
++#include <pwd.h>
++
+ class fdobuf : protected fdbuf
+ {
+ public: