summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lpr/common_source
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1997-07-16 11:22:57 +0000
committerphk <phk@FreeBSD.org>1997-07-16 11:22:57 +0000
commit31e6d3aa835d3c658ad40d31b098449d9689ec77 (patch)
treee42808617acf9d15df0d0a8170f7c1d19f53a814 /usr.sbin/lpr/common_source
parent4acc83b445467fe46f26270857b325af74ce72da (diff)
downloadFreeBSD-src-31e6d3aa835d3c658ad40d31b098449d9689ec77.zip
FreeBSD-src-31e6d3aa835d3c658ad40d31b098449d9689ec77.tar.gz
Increase size of tmp hostname buffer.
PR: 3889 Reviewed by: phk Submitted by: Yujiro MIYATA <miyata@bioele.nuee.nagoya-u.ac.jp>
Diffstat (limited to 'usr.sbin/lpr/common_source')
-rw-r--r--usr.sbin/lpr/common_source/recvjob.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/lpr/common_source/recvjob.c b/usr.sbin/lpr/common_source/recvjob.c
index 040db82..b1b0a77 100644
--- a/usr.sbin/lpr/common_source/recvjob.c
+++ b/usr.sbin/lpr/common_source/recvjob.c
@@ -65,10 +65,10 @@ static char sccsid[] = "@(#)recvjob.c 8.2 (Berkeley) 4/27/95";
#define ack() (void) write(1, sp, 1);
-static char dfname[40]; /* data files */
+static char dfname[256]; /* data files */
static int minfree; /* keep at least minfree blocks available */
static char *sp = "";
-static char tfname[40]; /* tmp copy of cf before linking */
+static char tfname[256]; /* tmp copy of cf before linking */
static int chksize __P((int));
static void frecverr __P((const char *, ...));
OpenPOWER on IntegriCloud