summaryrefslogtreecommitdiffstats
path: root/usr.bin/gencat/gencat.c
Commit message (Collapse)AuthorAgeFilesLines
* Use mkstemp(3) to avoid /tmp race.tjr2002-05-291-4/+4
|
* Add FBSDID. Spelling. Remove unused includes. Check more malloc failures.charnier2002-03-261-4/+4
|
* Include missing header files which define functions for which gcc hasdd2001-06-241-0/+2
| | | | | | builtins (e.g., exit). Submitted by: Mike Barcroft <mike@q9media.com>
* Optimize gencat(1) sources in same manner as its libc part some time ago:phantom2001-02-081-57/+23
| | | | | | | | | | | | | | | . remove SYSV compatibility bits . sort #include's . ifdef unused code . cleanup BDECFLAGS warnings . fixed few typos in diagnostics messages . style(9) fixes as part of this cleanup I have changed all K&R declarations to ANSI style. Main reason for doing that was great mix of declarations used here - clean ASNI , clean K&R, ifdef'ed (both). Reviewed by: ache (mostly)
* More egcs warning fixes:imp1999-04-251-1/+2
| | | | | | | | | | 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
* Use err(3), remove unused variables.charnier1997-07-081-60/+35
|
* Fix lseek arg by including unistd.hache1995-06-171-0/+1
|
* Remove trailing whitespace.rgrimes1995-05-301-4/+4
|
* Add the gencat command for creating message catalog fodder for the newjkh1995-03-301-0/+254
catgets* routines. Obtained from: NetBSD
OpenPOWER on IntegriCloud