From 51225120ebfbc81d7c61b4abb513e37c7f8c5a99 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Wed, 1 Jan 2003 20:35:54 +0000 Subject: Awhile back I wrote that freebsd.h was probably broken in the places where it diverged from netbsd.h and openbsd.h. This has now been confirmed. Accordingly, make all three exactly alike. --- src/include/port/openbsd.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/include/port/openbsd.h') diff --git a/src/include/port/openbsd.h b/src/include/port/openbsd.h index 7729fa5b9bb..aba5c72fe62 100644 --- a/src/include/port/openbsd.h +++ b/src/include/port/openbsd.h @@ -44,5 +44,4 @@ typedef unsigned long slock_t; #if defined(__powerpc__) #define HAS_TEST_AND_SET typedef unsigned int slock_t; - #endif -- cgit v1.2.3