From f2f9439fbfba378cb64cd6e5a046e0184cd542c6 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Tue, 1 May 2012 22:11:12 +0300 Subject: Remove dead ports Remove the following ports: - dgux - nextstep - sunos4 - svr4 - ultrix4 - univel These are obsolete and not worth rescuing. In most cases, there is circumstantial evidence that they wouldn't work anymore anyway. --- src/backend/main/main.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/backend/main') diff --git a/src/backend/main/main.c b/src/backend/main/main.c index afe4efbb305..9675f5ed1f6 100644 --- a/src/backend/main/main.c +++ b/src/backend/main/main.c @@ -224,10 +224,6 @@ startup_hacks(const char *progname) */ #ifdef NOFIXADE -#if defined(ultrix4) - syscall(SYS_sysmips, MIPS_FIXADE, 0, NULL, NULL, NULL); -#endif - #if defined(__alpha) /* no __alpha__ ? */ { int buffer[] = {SSIN_UACPROC, UAC_SIGBUS | UAC_NOPRINT}; -- cgit v1.2.3