Source-Changes archive

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

CVS commit: syssrc/usr.sbin/config



Module Name:    syssrc
Committed By:   thorpej
Date:           Sun Dec 23 22:41:28 UTC 2001

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

Log Message:
Newlines in string literals are not supported by ANSI C, and some
preprocessors complain bitterly when they are encountered.

For now, terminate all lines with \n (and make each line its own
string literal).  The author of this code can figure out how to
do the sed trick another way.


To generate a diff of this commit:
cvs rdiff -r1.62 -r1.63 syssrc/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