cvs commit: src/usr.sbin/newsyslog Makefile extern.h newsyslog.c
ptimes.c
Garance A Drosehn
gad at FreeBSD.org
Thu Sep 11 18:33:38 PDT 2003
gad 2003/09/11 18:33:37 PDT
FreeBSD src repository
Modified files:
usr.sbin/newsyslog Makefile newsyslog.c
Added files:
usr.sbin/newsyslog extern.h ptimes.c
Log:
Move the parse8601 and parseDWM routines into a new ptime.c file. The
only code-change is to add a "next_time" parameter to both routines (and
that is not used yet). A later update will make "next_time" more useful.
MFC after: 20 days
Revision Changes Path
1.15 +1 -0 src/usr.sbin/newsyslog/Makefile
1.1 +48 -0 src/usr.sbin/newsyslog/extern.h (new)
1.81 +4 -219 src/usr.sbin/newsyslog/newsyslog.c
1.1 +267 -0 src/usr.sbin/newsyslog/ptimes.c (new)
More information about the cvs-src
mailing list