Subject: Re: NetBSD updates for bcc (used for dosemu)
To: None <bde@zeta.org.au, jtk@atria.com, port-i386@NetBSD.ORG>
From: Bruce Evans <bde@zeta.org.au>
List: port-i386
Date: 04/04/1995 00:54:07
>Here are patches for bcc for NetBSD-current.

>I'm not sure of a better way to do the POSIX_SOURCE makefile
>stuff--maybe you could put it in comments and let the person doing the
>compile adjust the Makefile.

I'd normally use `make CC='cc -D_POSIX_SOURCE'`.  Did you find something
that actually requires _POSIX_SOURCE?  I normally use it only to find
gratuitous unportabilities (assuming that POSIX is portable :-).

Bruce