diff options
author | Bruce Momjian <bruce@momjian.us> | 1998-10-02 15:38:04 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1998-10-02 15:38:04 +0000 |
commit | 9b7c6ee00b7935f94ab1142c0ee04d326e5f16ec (patch) | |
tree | d07b28e9ffd0cb0e1a65a5f02f98d1cf21400508 /src/include/port/irix5.h | |
parent | 731ea8076f0c7d46496f95d227a2102c83ed5438 (diff) |
Fixes for Irix from Robert Bruccoleri
Diffstat (limited to 'src/include/port/irix5.h')
-rw-r--r-- | src/include/port/irix5.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/port/irix5.h b/src/include/port/irix5.h index 83c7837584f..f8f180d7dc2 100644 --- a/src/include/port/irix5.h +++ b/src/include/port/irix5.h @@ -3,5 +3,4 @@ #define NO_EMPTY_STMTS #define SYSV_DIRENT #define HAS_TEST_AND_SET -#include <abi_mutex.h> -typedef abilock_t slock_t; +typedef unsigned long slock_t; |