summaryrefslogtreecommitdiffstats
path: root/usr.bin/cmp/special.c
Commit message (Collapse)AuthorAgeFilesLines
* More egcs warning fixes:imp1999-04-251-2/+4
| | | | | | | | | | o main returns int not void o use return 0 at end of main when needed o use braces to avoid potentially ambiguous else o don't default to type int o #ifdef 0 -> #if 0 Reviewed by: obrien and chuckr
* Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).archie1998-12-061-1/+1
|
* Our mmap(2) has a limitation where the `offset' parameter must bejoerg1997-01-081-1/+1
| | | | | | | page-aligned. cmp(1) should know about this flaw, and work around it. While i was at it, fixed an uninitialized variable as reported by -Wall.
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+99
OpenPOWER on IntegriCloud