=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/newsyslog/newsyslog.c,v retrieving revision 1.30 retrieving revision 1.31 diff -c -r1.30 -r1.31 *** src/usr.bin/newsyslog/newsyslog.c 1999/11/11 22:24:14 1.30 --- src/usr.bin/newsyslog/newsyslog.c 2000/06/10 02:49:41 1.31 *************** *** 1,4 **** ! /* $OpenBSD: newsyslog.c,v 1.30 1999/11/11 22:24:14 millert Exp $ */ /* * Copyright (c) 1999 Todd C. Miller --- 1,4 ---- ! /* $OpenBSD: newsyslog.c,v 1.31 2000/06/10 02:49:41 millert Exp $ */ /* * Copyright (c) 1999 Todd C. Miller *************** *** 88,94 **** */ #ifndef lint ! static char rcsid[] = "$OpenBSD: newsyslog.c,v 1.30 1999/11/11 22:24:14 millert Exp $"; #endif /* not lint */ #ifndef CONF --- 88,94 ---- */ #ifndef lint ! static char rcsid[] = "$OpenBSD: newsyslog.c,v 1.31 2000/06/10 02:49:41 millert Exp $"; #endif /* not lint */ #ifndef CONF *************** *** 229,234 **** --- 229,235 ---- pl->file = q->pidfile; pl->signal = q->signal; } + pl++; } } q = q->next;