summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2004-12-19 00:31:31 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:53:41 -0500
commit92e97934804758e2fea2e3bd8f9e6630007c8169 (patch)
tree391be27211b7862a52b5e1a880c03502b95012ac /source3/include
parent7690459dc66bc56b8bbbfd663781ed0aaeba457e (diff)
downloadsamba-92e97934804758e2fea2e3bd8f9e6630007c8169.tar.gz
samba-92e97934804758e2fea2e3bd8f9e6630007c8169.tar.bz2
samba-92e97934804758e2fea2e3bd8f9e6630007c8169.zip
r4268: Merge fix for bugzilla #2150.
(This used to be commit f00ae4ab0c36a623257861fb65373b39cf075921)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/includes.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h
index ef0f761ff7..66ff4fa9f0 100644
--- a/source3/include/includes.h
+++ b/source3/include/includes.h
@@ -1202,15 +1202,6 @@ int vasprintf(char **ptr, const char *format, va_list ap);
#define LOG_DEBUG 7 /* debug-level messages */
#endif
-/* NetBSD doesn't have these */
-#ifndef SHM_R
-#define SHM_R 0400
-#endif
-
-#ifndef SHM_W
-#define SHM_W 0200
-#endif
-
#if HAVE_KERNEL_SHARE_MODES
#ifndef LOCK_MAND
#define LOCK_MAND 32 /* This is a mandatory flock */