Remove support for SunOS 4.

Remove BAD_EXEC_PROTOYPE (leftover from IRIX 4 demolition).
This commit is contained in:
Skip Montanaro 2004-01-17 14:19:44 +00:00
parent 09de756726
commit ce59c04127
11 changed files with 3 additions and 82 deletions

View file

@ -35,14 +35,6 @@ restrictions:
modules, but which are not relevant to the outside. */
/* To cope with SunOS4 and other systems that lack memmove() but have bcopy(),
define a macro for memmove() if USE_BCOPY is defined. */
#ifdef USE_BCOPY
#undef memmove /* some systems may have a macro */
#define memmove(a, b, c) bcopy(b, a, c)
#endif
/* Standard C headers plus the external interface definition */
#include <ctype.h>