On 13 January 2012 10:51, Kevin Lo <[email protected]> wrote:
> Author: kevlo
> Date: Fri Jan 13 06:51:15 2012
> New Revision: 230044
> URL: http://svn.freebsd.org/changeset/base/230044
>
> Log:
>  fgets(3) returns a pointer, so compare against NULL, not integer 0.
>
[...]
> Modified: head/usr.sbin/config/mkmakefile.c
> ==============================================================================
> --- head/usr.sbin/config/mkmakefile.c   Fri Jan 13 06:18:23 2012        
> (r230043)
> +++ head/usr.sbin/config/mkmakefile.c   Fri Jan 13 06:51:15 2012        
> (r230044)
> @@ -1,5 +1,5 @@
>  /*
> - * Copyright (c) 1993, 19801990
> + * Copyright (c) 1980, 1993

This should be rather "Copyright (c) 1980, 1990, 1993"
It was "1980,1990" until 4.4BSD-Alpha (and i386bsd),
then changed to "1993, 19801990" in 4.4BSD-Lite.

-- 
wbr,
pluknet
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to