mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
From: "Paul M. Aoki" <aoki@CS.Berkeley.EDU>
Subject: [PATCHES] port patch: ultrix4 ultrix4 doesn't compile without this. this also fixes a problem with dynamic loading (ultrix relocatable objects must be loaded with -G 0).
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
# define USE_POSIX_TIME
|
||||
# define NEED_STRDUP
|
||||
|
||||
#ifndef BYTE_ORDER
|
||||
#define BYTE_ORDER LITTLE_ENDIAN
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Except for those system calls and library functions that are either
|
||||
* - covered by the C standard library and Posix.1
|
||||
@@ -54,5 +58,6 @@ extern int gettimeofday(struct timeval *, struct timezone *);
|
||||
extern int fsync(int);
|
||||
extern int ftruncate(int, off_t);
|
||||
|
||||
/* End of ultrix4.h */
|
||||
extern char *crypt(char *, char *);
|
||||
|
||||
/* End of ultrix4.h */
|
||||
|
Reference in New Issue
Block a user