File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change 7
7
*
8
8
*
9
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/backend/utils/adt/misc.c,v 1.4 1996/10/31 10 :23:18 scrappy Exp $
10
+ * $Header: /cvsroot/pgsql/src/backend/utils/adt/misc.c,v 1.5 1996/11/14 08 :23:31 bryanh Exp $
11
11
*
12
12
*-------------------------------------------------------------------------
13
13
*/
17
17
#include "catalog/pg_type.h"
18
18
#include "utils/builtins.h"
19
19
20
- #if !defined(aix ) && \
21
- !defined(BSD44_derived ) && \
22
- !defined(bsdi ) && \
23
- !defined(bsdi_2_1 ) && \
24
- !defined(irix5 ) && \
25
- !defined(linux )
26
- extern int random ();
27
- extern int srandom (unsigned );
28
- #endif
20
+ #include "port-protos.h" /* For random(), sometimes */
29
21
30
22
31
23
/*-------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments