Source-Changes archive

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

CVS commit: [netbsd-3] src/sbin/veriexecctl



Module Name:    src
Committed By:   tron
Date:           Fri Jun 10 14:51:44 UTC 2005

Modified Files:
        src/sbin/veriexecctl [netbsd-3]: veriexecctl.h

Log Message:
Pull up revision 1.2 (requested by elad in ticket #389):
Make this compile again after the latest overhaul.
Use -I${.CURDIR} instead of -I. to support placement of objects elsewhere.
Make sure arguments to ctype functions are unsigned char by changing the
type of one function argument.
Fix "local declaration shadows global" warnings by renaming variables.
Fix printing of size_t variable to use %zu format instead of %u.


To generate a diff of this commit:
cvs rdiff -r1.4.2.1 -r1.4.2.2 src/sbin/veriexecctl/veriexecctl.h

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