summaryrefslogtreecommitdiff
path: root/net/gated/patches/patch-ai
blob: db7e20854e4c46b2d0a2c2fedb34e30577550b11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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++;
             }