summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorgallatin <gallatin@FreeBSD.org>2000-11-02 15:04:19 +0000
committergallatin <gallatin@FreeBSD.org>2000-11-02 15:04:19 +0000
commita443a14ba4abcaf9f22356186f1cb3497ca874c8 (patch)
treed57d1d93b1bd78b8a0c4d2ed163bc9d06a7acca0 /sys
parent7c2210f63bc2e86e77ba12fbb3ff3704fb3abada (diff)
downloadFreeBSD-src-a443a14ba4abcaf9f22356186f1cb3497ca874c8.zip
FreeBSD-src-a443a14ba4abcaf9f22356186f1cb3497ca874c8.tar.gz
fix a comment that was inadvertantly changed by a cvs merge
pointed out by: obrien
Diffstat (limited to 'sys')
-rw-r--r--sys/compat/linux/linux_ipc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/compat/linux/linux_ipc.h b/sys/compat/linux/linux_ipc.h
index d78a6e3..946d963 100644
--- a/sys/compat/linux/linux_ipc.h
+++ b/sys/compat/linux/linux_ipc.h
@@ -60,6 +60,6 @@ int linux_shmat __P((struct proc *, struct linux_shmat_args *));
int linux_shmctl __P((struct proc *, struct linux_shmctl_args *));
int linux_shmdt __P((struct proc *, struct linux_shmdt_args *));
int linux_shmget __P((struct proc *, struct linux_shmget_args *));
-#endif /*__alpha__*/
+#endif /*!__alpha__*/
#endif /* _LINUX_IPC_H_ */
OpenPOWER on IntegriCloud