Date: Mon, 26 Jul 2004 15:04:57 +0000 (UTC) From: Stefan Farfeleder <stefanf@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/showmount showmount.c src/sbin/ffsinfo ffsinfo.c Message-ID: <200407261504.i6QF4vTd087692@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
stefanf 2004-07-26 15:04:57 UTC
FreeBSD src repository
Modified files:
usr.bin/showmount showmount.c
sbin/ffsinfo ffsinfo.c
Log:
Assign the result of getopt() to an int rather than to a char (which is
possibly unsigned).
Revision Changes Path
1.7 +1 -1 src/sbin/ffsinfo/ffsinfo.c
1.15 +2 -3 src/usr.bin/showmount/showmount.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407261504.i6QF4vTd087692>
