Date: Fri, 1 Aug 2008 13:12:06 +0000 (UTC) From: Olivier Houchard <cognet@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/bootparamd/bootparamd main.c Message-ID: <200808011312.m71DCCmb000124@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
cognet 2008-08-01 13:12:06 UTC FreeBSD src repository Modified files: usr.sbin/bootparamd/bootparamd main.c Log: SVN rev 181125 on 2008-08-01 13:12:06Z by cognet Char is unsigned on arm, so is not suitable to store the return value of getopt(). Use an int instead. Submitted by: Matthew Luckie MFC after: 3 days Revision Changes Path 1.13 +2 -2 src/usr.sbin/bootparamd/bootparamd/main.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808011312.m71DCCmb000124>