Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/sys/sys Pull up revision 1.27 (requested by wiz):



details:   https://anonhg.NetBSD.org/src/rev/aa8250cb0787
branches:  netbsd-1-5
changeset: 491033:aa8250cb0787
user:      he <he%NetBSD.org@localhost>
date:      Fri Mar 30 22:47:38 2001 +0000

description:
Pull up revision 1.27 (requested by wiz):
  Pay lip service to old sources and provide SHM[RW].
  Note that these are not even part of SVID4.

diffstat:

 sys/sys/shm.h |  9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r 414b059df4a6 -r aa8250cb0787 sys/sys/shm.h
--- a/sys/sys/shm.h     Fri Mar 30 22:45:55 2001 +0000
+++ b/sys/sys/shm.h     Fri Mar 30 22:47:38 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: shm.h,v 1.26 2000/06/02 15:53:05 simonb Exp $  */
+/*     $NetBSD: shm.h,v 1.26.2.1 2001/03/30 22:47:38 he Exp $  */
 
 /*-
  * Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -127,6 +127,13 @@
 
 #if !defined(_POSIX_C_SOURCE) && !defined(_XOPEN_SOURCE)
 /*
+ * Permission definitions.
+ * Provided for source compatibility only; do not use in new code!
+ */
+#define        SHM_R           IPC_R
+#define        SHM_W           IPC_W
+
+/*
  * System 5 style catch-all structure for shared memory constants that
  * might be of interest to user programs.  Do we really want/need this?
  */



Home | Main Index | Thread Index | Old Index