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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to