diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2013-06-16 15:50:51 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2013-06-16 15:50:51 +0000 |
commit | 3272e882b8a7c78756680d3b45fd093e15e9316f (patch) | |
tree | c5a17963cdedabab85f1c67b85dbe6152ec7d3bc /mail/pathalias/files/patch-makedb.c | |
parent | - rename patches (diff) |
- add prototypes and fix a ton of warnings
Diffstat (limited to 'mail/pathalias/files/patch-makedb.c')
-rw-r--r-- | mail/pathalias/files/patch-makedb.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/pathalias/files/patch-makedb.c b/mail/pathalias/files/patch-makedb.c new file mode 100644 index 000000000000..407e7d25b2f0 --- /dev/null +++ b/mail/pathalias/files/patch-makedb.c @@ -0,0 +1,10 @@ +--- makedb.c.orig 1993-03-03 22:10:04.000000000 +0100 ++++ makedb.c 2013-06-16 16:58:53.000000000 +0200 +@@ -4,6 +4,7 @@ + #endif /* lint */ + + #include <stdio.h> ++#include <unistd.h> + #include "config.h" + + typedef struct { |