diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2003-01-01 20:35:39 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2003-01-01 20:35:39 +0000 |
commit | a26ac42b7663387b69e3f53bddc7d9f8543d8317 (patch) | |
tree | ffea3692da0f145cfff2f751f12ded4da2dea357 /src/include/port/openbsd.h | |
parent | d2a522e483008778bb886fd58ac4bf5b9b7c37c7 (diff) | |
download | postgresql-a26ac42b7663387b69e3f53bddc7d9f8543d8317.tar.gz postgresql-a26ac42b7663387b69e3f53bddc7d9f8543d8317.zip |
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.
Diffstat (limited to 'src/include/port/openbsd.h')
-rw-r--r-- | src/include/port/openbsd.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 |