Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/usr.sbin/config



Module Name:    src
Committed By:   atatat
Date:           Wed Jun 18 04:19:50 UTC 2003

Modified Files:
        src/usr.sbin/config: main.c

Log Message:
If the file being stuffed into the config file string for inclusion in
the kernel is missing the newline at the end of the file, the string
doesn't get closed properly, resulting in a message from the compiler
about a missing #endif.  It's somewhat misleading, so config will now
point it out and compensate for the missing newline.

Addresses PR kern/21920: including kernel config fails in some cases.


To generate a diff of this commit:
cvs rdiff -r1.76 -r1.77 src/usr.sbin/config/main.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index