Subject: CVS commit: src/sbin/veriexecctl
To: None <source-changes@NetBSD.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 04/21/2005 11:21:58
Module Name:	src
Committed By:	he
Date:		Thu Apr 21 11:21:58 UTC 2005

Modified Files:
	src/sbin/veriexecctl: Makefile veriexecctl.c veriexecctl.h
	    veriexecctl_parse.y

Log Message:
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.5 -r1.6 src/sbin/veriexecctl/Makefile \
    src/sbin/veriexecctl/veriexecctl_parse.y
cvs rdiff -r1.6 -r1.7 src/sbin/veriexecctl/veriexecctl.c
cvs rdiff -r1.1 -r1.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.