Date: Thu, 11 Sep 2003 18:33:37 -0700 (PDT) From: Garance A Drosehn <gad@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/newsyslog Makefile extern.h newsyslog.c ptimes.c Message-ID: <200309120133.h8C1Xb7r071584@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200309120133.h8C1Xb7r071584>
