diff options
Diffstat (limited to 'net/gated/patches/patch-ai')
-rw-r--r-- | net/gated/patches/patch-ai | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/net/gated/patches/patch-ai b/net/gated/patches/patch-ai new file mode 100644 index 00000000000..db7e20854e4 --- /dev/null +++ b/net/gated/patches/patch-ai @@ -0,0 +1,15 @@ +$NetBSD: patch-ai,v 1.1 2003/12/06 01:52:10 xtraeme Exp $ + +--- src/gdc.c 2003-12-04 02:05:57.000000000 +0000 ++++ src/gdc.c 2003-12-04 02:04:15.000000000 +0000 +@@ -506,8 +506,8 @@ + break; + case 'l': + if (strlen(optarg) > MAXPATHLEN) { +- (void) fprintf(stderr, "%s: pidfile path +- must be less than %d in length\n", ++ (void) fprintf(stderr, "%s: pidfile path " ++ "must be less than %d in length\n", + progname, MAXPATHLEN+1); + errflg++; + } |