Date: Mon, 2 Jun 2008 05:00:04 GMT From: dfilter@FreeBSD.ORG (dfilter service) To: freebsd-bugs@FreeBSD.org Subject: Re: bin/123807: commit references a PR Message-ID: <200806020500.m52504oJ032578@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/123807; it has been noted by GNATS.
From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:
Subject: Re: bin/123807: commit references a PR
Date: Mon, 2 Jun 2008 04:51:01 +0000 (UTC)
imp 2008-06-02 04:50:56 UTC
FreeBSD src repository
Modified files:
usr.sbin/timed/timed timed.c
Log:
SVN rev 179485 on 2008-06-02 04:50:47Z by imp
getopt returns an int, not a char. Make sure that we store the
variable in an int to avoid casting to an unsigned value which causes
the comparison with -1 to fail.
PR: 123807
Submitted by: Matthew Luckie
Reviewed by: keramida@
MFC after: 1 week
Revision Changes Path
1.12 +1 -1 src/usr.sbin/timed/timed/timed.c
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806020500.m52504oJ032578>
