diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-05-13 19:24:51 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-05-13 19:24:51 +0000 |
commit | f41f6957d4444cf35f4aa63aacbeb03472bb4160 (patch) | |
tree | defafb258d9c4e6cf2454b950c8207cf060ac60d /japanese/prn/files/patch-prn.c | |
parent | Prevent collision with getline(3) (diff) |
Prevent collision with getline(3)
Notes
Notes:
svn path=/head/; revision=415138
Diffstat (limited to 'japanese/prn/files/patch-prn.c')
-rw-r--r-- | japanese/prn/files/patch-prn.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/japanese/prn/files/patch-prn.c b/japanese/prn/files/patch-prn.c index e34a08d26d69..6fd81c0ff910 100644 --- a/japanese/prn/files/patch-prn.c +++ b/japanese/prn/files/patch-prn.c @@ -1,6 +1,6 @@ ---- prn.c.orig Thu May 26 11:37:45 1994 -+++ prn.c Fri Feb 6 00:18:11 2004 -@@ -26,16 +26,24 @@ +--- prn.c.orig 1994-05-26 02:37:45 UTC ++++ prn.c +@@ -26,16 +26,24 @@ static char sccsid[] = "@(#)prn.c 2.3 (Y #endif #include <stdio.h> @@ -26,7 +26,7 @@ #define LPRPATH "/usr/bin/lpr" #else #define LPRPATH "/usr/ucb/lpr" -@@ -48,8 +56,12 @@ +@@ -48,8 +56,12 @@ static char sccsid[] = "@(#)prn.c 2.3 (Y #else @@ -39,7 +39,7 @@ #endif -@@ -96,7 +108,7 @@ +@@ -96,7 +108,7 @@ static char *rangestr = NULL; static char *filename; /* name of the file being processed */ static char *modtime; /* the last modification time */ @@ -48,7 +48,7 @@ static char *basename(); static bool formatopt(); static bool rangeopt(); -@@ -498,16 +510,15 @@ +@@ -498,16 +510,15 @@ int main(c, v) error(format, arg1, arg2, ...) char *format; ---------------------------------------------------------------------*/ |