diff options
author | gallatin <gallatin@FreeBSD.org> | 2000-11-02 15:04:19 +0000 |
---|---|---|
committer | gallatin <gallatin@FreeBSD.org> | 2000-11-02 15:04:19 +0000 |
commit | a443a14ba4abcaf9f22356186f1cb3497ca874c8 (patch) | |
tree | d57d1d93b1bd78b8a0c4d2ed163bc9d06a7acca0 /sys/compat/linux | |
parent | 7c2210f63bc2e86e77ba12fbb3ff3704fb3abada (diff) | |
download | FreeBSD-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/compat/linux')
-rw-r--r-- | sys/compat/linux/linux_ipc.h | 2 |
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_ */ |