diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-12-05 00:33:44 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-12-05 00:36:31 -0800 |
commit | 2bf988d229d2b85208cc42094ce7202204d628af (patch) | |
tree | 2e1a486f0966ec5ab53a0879dbf5f42ab76b6884 /util | |
parent | 96508e1b9da790d4b824a42246d1e86379101733 (diff) |
Remove ancient #if defined(macII) hack for A/UX from makestrs.c
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'util')
-rw-r--r-- | util/makestrs.c | 3 |
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; |