From 9b7c6ee00b7935f94ab1142c0ee04d326e5f16ec Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 2 Oct 1998 15:38:04 +0000 Subject: Fixes for Irix from Robert Bruccoleri --- src/include/port/irix5.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/include/port/irix5.h') diff --git a/src/include/port/irix5.h b/src/include/port/irix5.h index 83c7837584..f8f180d7dc 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 -typedef abilock_t slock_t; +typedef unsigned long slock_t; -- cgit v1.2.1