1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-30 21:42:05 +03:00

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.
This commit is contained in:
Tom Lane
2003-01-01 20:35:39 +00:00
parent d2a522e483
commit a26ac42b76
3 changed files with 21 additions and 13 deletions

View File

@ -44,5 +44,4 @@ typedef unsigned long slock_t;
#if defined(__powerpc__)
#define HAS_TEST_AND_SET
typedef unsigned int slock_t;
#endif