History log of /netbsd-src/usr.bin/msgc/msgmain.c (Results 1 – 9 of 9)
Revision Date Author Comments
# 40c86e8b 06-Mar-2012 mbalmer <mbalmer@NetBSD.org>

Remove the advertising clause with the explicit ok from Perry E. Metzger.


# a4373e9a 02-Mar-2012 mbalmer <mbalmer@NetBSD.org>

Removing trailing whitespace.


# b2f78261 20-Jun-2004 jmc <jmc@NetBSD.org>

Completely rework how tools/compat is done. Purge all uses/references to
_NETBSD_SOURCE as this makes cross building from older/newer versions of
NetBSD harder, not easier (and also makes the resulti

Completely rework how tools/compat is done. Purge all uses/references to
_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

show more ...


# abcf838d 17-Jul-2003 lukem <lukem@NetBSD.org>

only use __RCSID() if it is #defined


# a8d6388e 23-Jun-2003 agc <agc@NetBSD.org>

Add NetBSD RCS Ids.


# fcd0fb11 03-Jul-2000 matt <matt@NetBSD.org>

Make gcc 2.96 (and maybe earlier) happier. Include <stdlib.h>,<string.>,
etc. as appropriate to get exit,srncmp,abs,abort,etc.
Add -I${.CURDIR} to a few Makefiles


# 6abf6a01 03-Feb-1998 perry <perry@NetBSD.org>

<stdlib.h> -> <unistd.h> to fix compiler warning


# 979f7a00 19-Oct-1997 lukem <lukem@NetBSD.org>

fix up .Nm usage, getopt returns -1 not EOF


# 584c2298 26-Sep-1997 phil <phil@NetBSD.org>

Import a simple message system with 'compiled' messages. Used by
the net system install program.