From a443a14ba4abcaf9f22356186f1cb3497ca874c8 Mon Sep 17 00:00:00 2001 From: gallatin Date: Thu, 2 Nov 2000 15:04:19 +0000 Subject: fix a comment that was inadvertantly changed by a cvs merge pointed out by: obrien --- sys/compat/linux/linux_ipc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/compat/linux') 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_ */ -- cgit v1.1