Searched hist:90106 (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/bin/cat/
H A Dcat.cdiff 90106 Sat Feb 02 04:10:01 MST 2002 imp Drag cat(1) kicking and screaming into the late 1980's:

o __P has been reoved
o Old-style K&R declarations have been converted to new C89 style
o register has been removed
o prototype for main() has been removed (gcc3 makes it an error)
o int main(int argc, char *argv[]) is the preferred main definition.
o Attempt to not break style(9) conformance for declarations more than
they already are.

Approved by: arch@, new style(9)

Completed in 59 milliseconds