diff options
Diffstat (limited to 'src/backend/port/i386_solaris/port-protos.h')
-rw-r--r-- | src/backend/port/i386_solaris/port-protos.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/backend/port/i386_solaris/port-protos.h b/src/backend/port/i386_solaris/port-protos.h index dd5d73418a2..0739e214281 100644 --- a/src/backend/port/i386_solaris/port-protos.h +++ b/src/backend/port/i386_solaris/port-protos.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: port-protos.h,v 1.3 1997/09/08 02:26:27 momjian Exp $ + * $Id: port-protos.h,v 1.4 1997/12/19 22:45:59 scrappy Exp $ * *------------------------------------------------------------------------- */ @@ -31,8 +31,4 @@ #define pg_dlclose dlclose #define pg_dlerror dlerror -/* port.c */ -extern long random(void); -extern void srandom(int seed); - #endif /* PORT_PROTOS_H */ |