PERFORCE change 91077 for review
Olivier Houchard
cognet at FreeBSD.org
Sat Feb 4 16:43:38 GMT 2006
http://perforce.freebsd.org/chv.cgi?CH=91077
Change 91077 by cognet at cognet on 2006/02/04 16:42:42
Use an explicitely signed char for getopt() return value.
Affected files ...
.. //depot/projects/trustedbsd/openbsm/bin/auditd/auditd.c#9 edit
Differences ...
==== //depot/projects/trustedbsd/openbsm/bin/auditd/auditd.c#9 (text+ko) ====
@@ -30,7 +30,7 @@
*
* @APPLE_BSD_LICENSE_HEADER_END@
*
- * $P4: //depot/projects/trustedbsd/openbsm/bin/auditd/auditd.c#8 $
+ * $P4: //depot/projects/trustedbsd/openbsm/bin/auditd/auditd.c#9 $
*/
#include <sys/dirent.h>
@@ -708,7 +708,7 @@
int
main(int argc, char **argv)
{
- char ch;
+ signed char ch;
int debug = 0;
int rc;
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