summaryrefslogtreecommitdiff
path: root/usr.bin/msgc/msgmain.c
AgeCommit message (Collapse)Author
2012-03-06Remove the advertising clause with the explicit ok from Perry E. Metzger.mbalmer
2012-03-02Removing trailing whitespace.mbalmer
2004-06-20Completely rework how tools/compat is done. Purge all uses/references tojmc
_NETBSD_SOURCE as this makes cross building from older/newer versions of NetBSD harder, not easier (and also makes the resulting tools 'different') Wrap all required code with the inclusion of nbtool_config.h, attempt to only use POSIX code in all places (or when reasonable test w. configure and provide definitions: ala u_int, etc). Reviewed by lukem. Tested on FreeBSD 4.9, Redhat Linux ES3, NetBSD 1.6.2 x86 NetBSD current (x86 and amd64) and Solaris 9. Fixes PR's: PR#17762 PR#25944
2003-07-17only use __RCSID() if it is #definedlukem
2003-06-23Add NetBSD RCS Ids.agc
2000-07-03Make gcc 2.96 (and maybe earlier) happier. Include <stdlib.h>,<string.>,matt
etc. as appropriate to get exit,srncmp,abs,abort,etc. Add -I${.CURDIR} to a few Makefiles
1998-02-03<stdlib.h> -> <unistd.h> to fix compiler warningperry
1997-10-19fix up .Nm usage, getopt returns -1 not EOFlukem
1997-09-26Import a simple message system with 'compiled' messages. Used byphil
the net system install program.