Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Sep 2002 20:54:50 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 18358 for review
Message-ID:  <200209300354.g8U3so9T096941@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=18358

Change 18358 by rwatson@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@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209300354.g8U3so9T096941>