summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChristopher Nielsen <m4dh4tt3r@gmail.com>2011-12-15 12:19:19 -0500
committerChristopher Nielsen <m4dh4tt3r@gmail.com>2011-12-15 12:19:19 -0500
commita28969a9371432c7858d04f2eb8cbfea41cae0c8 (patch)
tree026e64bedf51731599472d58acb7ec9f52aa2719 /include
parent9956ec696cee09be6b89514d30fe7a3222af716e (diff)
downloadgo-a28969a9371432c7858d04f2eb8cbfea41cae0c8.tar.gz
os: OS-dependent bits to support NetBSD.
R=golang-dev, jsing CC=golang-dev http://codereview.appspot.com/5482068 Committer: Russ Cox <rsc@golang.org>
Diffstat (limited to 'include')
-rw-r--r--include/libc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libc.h b/include/libc.h
index 0b50eb3c5..b464cb4c6 100644
--- a/include/libc.h
+++ b/include/libc.h
@@ -187,7 +187,7 @@ extern void sysfatal(char*, ...);
#define DMWRITE 0x2 /* mode bit for write permission */
#define DMEXEC 0x1 /* mode bit for execute permission */
-#ifdef RFMEM /* FreeBSD, OpenBSD */
+#ifdef RFMEM /* FreeBSD, OpenBSD, NetBSD */
#undef RFFDG
#undef RFNOTEG
#undef RFPROC