From 741d323b5ead9e3d1242cfddad99784e4ad19320 Mon Sep 17 00:00:00 2001 From: "Marc G. Fournier" Date: Thu, 19 Sep 1996 20:28:22 +0000 Subject: [PATCH] Hey, I didn't take it out, and its in the 2.0 source tree...*sigh* --- src/backend/storage/ipc.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- 2.47.2