summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-12-05 00:33:44 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-12-05 00:36:31 -0800
commit2bf988d229d2b85208cc42094ce7202204d628af (patch)
tree2e1a486f0966ec5ab53a0879dbf5f42ab76b6884
parent96508e1b9da790d4b824a42246d1e86379101733 (diff)
Remove ancient #if defined(macII) hack for A/UX from makestrs.c
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--util/makestrs.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/util/makestrs.c b/util/makestrs.c
index 3551cc1..902d461 100644
--- a/util/makestrs.c
+++ b/util/makestrs.c
@@ -30,9 +30,6 @@ in this Software without prior written authorization from The Open Group.
#include <X11/Xos.h>
#include <stdlib.h>
#include <unistd.h>
-#if defined(macII) && !defined(__STDC__) /* stdlib.h fails to define these */
-char *malloc();
-#endif /* macII */
typedef struct _TableEnt {
struct _TableEnt* next;