=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/newsyslog/newsyslog.c,v retrieving revision 1.14 retrieving revision 1.15 diff -c -r1.14 -r1.15 *** src/usr.bin/newsyslog/newsyslog.c 1998/09/24 03:36:58 1.14 --- src/usr.bin/newsyslog/newsyslog.c 1998/12/28 06:28:15 1.15 *************** *** 1,4 **** ! /* $OpenBSD: newsyslog.c,v 1.14 1998/09/24 03:36:58 millert Exp $ */ /* * Copyright (c) 1997, Jason Downs. All rights reserved. --- 1,4 ---- ! /* $OpenBSD: newsyslog.c,v 1.15 1998/12/28 06:28:15 deraadt Exp $ */ /* * Copyright (c) 1997, Jason Downs. All rights reserved. *************** *** 61,67 **** */ #ifndef lint ! static char rcsid[] = "$OpenBSD: newsyslog.c,v 1.14 1998/09/24 03:36:58 millert Exp $"; #endif /* not lint */ #ifndef CONF --- 61,67 ---- */ #ifndef lint ! static char rcsid[] = "$OpenBSD: newsyslog.c,v 1.15 1998/12/28 06:28:15 deraadt Exp $"; #endif /* not lint */ #ifndef CONF *************** *** 130,136 **** char *conf = CONF; /* Configuration file to use */ time_t timenow; #define MIN_PID 3 ! #define MAX_PID 30000 char hostname[MAXHOSTNAMELEN]; /* hostname */ char *daytime; /* timenow in human readable form */ --- 130,136 ---- char *conf = CONF; /* Configuration file to use */ time_t timenow; #define MIN_PID 3 ! #define MAX_PID 99999 char hostname[MAXHOSTNAMELEN]; /* hostname */ char *daytime; /* timenow in human readable form */