diff options
author | joerg <joerg@pkgsrc.org> | 2012-11-16 20:10:20 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2012-11-16 20:10:20 +0000 |
commit | a0b56a25142f0d33b80d39cb6c25dc7b3f1a1f37 (patch) | |
tree | dbecfc0cf6d4981384a4f3155191f640ba48b927 /net/LaBrea/patches/patch-src_syslog.c | |
parent | ad88ba6576f71ea91a64c0389539e97a09d7962d (diff) | |
download | pkgsrc-a0b56a25142f0d33b80d39cb6c25dc7b3f1a1f37.tar.gz |
Don't use unportable -I-.
Diffstat (limited to 'net/LaBrea/patches/patch-src_syslog.c')
-rw-r--r-- | net/LaBrea/patches/patch-src_syslog.c | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/net/LaBrea/patches/patch-src_syslog.c b/net/LaBrea/patches/patch-src_syslog.c new file mode 100644 index 00000000000..bc749d889f6 --- /dev/null +++ b/net/LaBrea/patches/patch-src_syslog.c @@ -0,0 +1,25 @@ +$NetBSD: patch-src_syslog.c,v 1.1 2012/11/16 20:10:21 joerg Exp $ + +--- src/syslog.c.orig 2003-09-09 20:55:03.000000000 +0000 ++++ src/syslog.c +@@ -43,14 +43,14 @@ + #ifdef HAVE_ERR_H + #include <err.h> + #else +-#include "err.h" ++#include "../inc/err.h" + #endif + +-#include "syslog_name.h" +-#include "syslog.h" +-#include "utils.h" +-#include "labrea.h" +-#include "ctl.h" ++#include "../inc/syslog_name.h" ++#include "../inc/syslog.h" ++#include "../inc/utils.h" ++#include "../inc/labrea.h" ++#include "../inc/ctl.h" + + + #define TBUF_LEN 2048 |