PERFORCE change 18358 for review
Robert Watson
rwatson at freebsd.org
Mon Sep 30 03:54:50 GMT 2002
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=18358
Change 18358 by rwatson at rwatson_tislabs on 2002/09/29 20:54:19
Replaced two missed instances of sflag with hflag.
Affected files ...
.. //depot/projects/trustedbsd/mac/usr.sbin/getfmac/getfmac.c#6 edit
.. //depot/projects/trustedbsd/mac/usr.sbin/setfmac/setfmac.c#6 edit
Differences ...
==== //depot/projects/trustedbsd/mac/usr.sbin/getfmac/getfmac.c#6 (text+ko) ====
@@ -29,7 +29,7 @@
int error, i;
labellist = NULL;
- sflag = 0;
+ hflag = 0;
while ((ch = getopt(argc, argv, "hl:")) != -1) {
switch (ch) {
case 'h':
==== //depot/projects/trustedbsd/mac/usr.sbin/setfmac/setfmac.c#6 (text+ko) ====
@@ -27,7 +27,7 @@
int hflag;
int error, i;
- sflag = 0;
+ hflag = 0;
while ((ch = getopt(argc, argv, "h")) != -1) {
switch (ch) {
case 'h':
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list