From: Marc G. Fournier Date: Thu, 19 Sep 1996 20:28:22 +0000 (+0000) Subject: Hey, I didn't take it out, and its in the 2.0 source tree...*sigh* X-Git-Tag: PG95-1_08~17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=741d323b5ead9e3d1242cfddad99784e4ad19320;p=thirdparty%2Fpostgresql.git Hey, I didn't take it out, and its in the 2.0 source tree...*sigh* --- diff --git a/src/backend/storage/ipc.h b/src/backend/storage/ipc.h index 8a4d2225c48..461dfb9db9b 100644 --- a/src/backend/storage/ipc.h +++ b/src/backend/storage/ipc.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: ipc.h,v 1.4.2.1 1996/08/19 13:47:13 scrappy Exp $ + * $Id: ipc.h,v 1.4.2.2 1996/09/19 20:28:22 scrappy Exp $ * * NOTES * This file is very architecture-specific. This stuff should actually @@ -123,6 +123,7 @@ extern int S_LOCK_FREE(slock_t *lock); defined(PORTNAME_sparc_solaris) || \ defined(PORTNAME_ultrix4) || \ defined(PORTNAME_svr4) || \ + defined(PORTNAME_bsdi) || \ defined(WIN32) union semun { int val;