Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



Module Name:    src
Committed By:   drochner
Date:           Thu Jul 17 16:24:56 UTC 2008

Modified Files:
        src/lib/libutil: parsedate.y
        src/sbin/cgdconfig: cgdparse.y
        src/usr.sbin/envstat: config_yacc.y
        src/usr.sbin/wsmoused: config_yacc.y

Log Message:
include <stdlib.h> explicitely, for exit(), getprogname() etc.
(it happens to be pulled in by the yacc skeleton, but we shouldn't
rely on this)


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/lib/libutil/parsedate.y
cvs rdiff -r1.4 -r1.5 src/sbin/cgdconfig/cgdparse.y
cvs rdiff -r1.3 -r1.4 src/usr.sbin/envstat/config_yacc.y
cvs rdiff -r1.3 -r1.4 src/usr.sbin/wsmoused/config_yacc.y

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index