diff options
| author | Marc G. Fournier <scrappy@hub.org> | 1998-02-03 01:25:47 +0000 |
|---|---|---|
| committer | Marc G. Fournier <scrappy@hub.org> | 1998-02-03 01:25:47 +0000 |
| commit | eb348bf41cb231d1f808a91f3367bfbb96af27d5 (patch) | |
| tree | dbfebed4867d8999c1736b64094509e750d08839 /src/backend/port/ultrix4/port.c | |
| parent | fe3737f6f9c9380a84d6b3c98de0f208f1a82c36 (diff) | |
| download | postgresql-eb348bf41cb231d1f808a91f3367bfbb96af27d5.tar.gz | |
Clean up the alpha port, remove the backend/port/alpha subdirectory
structure, and move the init_address_fixup() code directly into
backend/main/main.c with appropriate #ifdefs around it...
Diffstat (limited to 'src/backend/port/ultrix4/port.c')
| -rw-r--r-- | src/backend/port/ultrix4/port.c | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/src/backend/port/ultrix4/port.c b/src/backend/port/ultrix4/port.c deleted file mode 100644 index b009073f78..0000000000 --- a/src/backend/port/ultrix4/port.c +++ /dev/null @@ -1,26 +0,0 @@ -/*------------------------------------------------------------------------- - * - * port.c-- - * Ultrix-specific routines - * - * Copyright (c) 1994, Regents of the University of California - * - * - * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/port/ultrix4/Attic/port.c,v 1.3 1997/09/07 04:47:27 momjian Exp $ - * - *------------------------------------------------------------------------- - */ -#include <sys/syscall.h> -#include <sys/sysmips.h> - -#include "c.h" -#include "port-protos.h" - -void -init_address_fixup() -{ -#ifdef NOFIXADE - syscall(SYS_sysmips, MIPS_FIXADE, 0, NULL, NULL, NULL); -#endif /* NOFIXADE */ -} |
