Date: Sat, 4 Feb 2006 16:43:38 GMT From: Olivier Houchard <cognet@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 91077 for review Message-ID: <200602041643.k14GhcwP026318@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=91077 Change 91077 by cognet@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;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602041643.k14GhcwP026318>