summaryrefslogtreecommitdiff
path: root/os
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2009-03-05 15:09:28 -0800
committerAlan Coopersmith <alan.coopersmith@sun.com>2009-03-05 15:09:28 -0800
commiteba3bab71ff26d58bb0e49e4a9726fc21ff07258 (patch)
treeca7719186bb9fc88e6bfcfcd084d50819bdd2ff5 /os
parentdaa9727a02701cfac7b92f3e61d752be6fcc005e (diff)
Remove #ifdef macII code left over from ancient A/UX 3.0 support
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Diffstat (limited to 'os')
-rw-r--r--os/osinit.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/os/osinit.c b/os/osinit.c
index 74e2457f2..f9ee73ec1 100644
--- a/os/osinit.c
+++ b/os/osinit.c
@@ -96,10 +96,6 @@ OsInit(void)
static char* devnull = "/dev/null";
char fname[PATH_MAX];
-#ifdef macII
- set42sig();
-#endif
-
if (!been_here) {
#if !defined(__SCO__) && !defined(__CYGWIN__) && !defined(__UNIXWARE__)
fclose(stdin);