diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2000-11-01 19:48:35 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-11-01 19:48:35 +0000 |
| commit | 5231fb205976315032c487476daccfbbb7ae8f5c (patch) | |
| tree | 2b156115b3f326f10bc2364e69cb4b9350609bd6 /sys/compat/linux/linux_ipc.h | |
| parent | ab3240e1987eced9159e253ab997d8afe4e54995 (diff) | |
Notes
Diffstat (limited to 'sys/compat/linux/linux_ipc.h')
| -rw-r--r-- | sys/compat/linux/linux_ipc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/compat/linux/linux_ipc.h b/sys/compat/linux/linux_ipc.h index e51a35ee1c25..b5c125591183 100644 --- a/sys/compat/linux/linux_ipc.h +++ b/sys/compat/linux/linux_ipc.h @@ -31,6 +31,7 @@ #ifndef _LINUX_IPC_H_ #define _LINUX_IPC_H_ +#ifndef __alpha__ int linux_msgctl __P((struct proc *, struct linux_ipc_args *)); int linux_msgget __P((struct proc *, struct linux_ipc_args *)); int linux_msgrcv __P((struct proc *, struct linux_ipc_args *)); @@ -44,5 +45,6 @@ int linux_shmat __P((struct proc *, struct linux_ipc_args *)); int linux_shmctl __P((struct proc *, struct linux_ipc_args *)); int linux_shmdt __P((struct proc *, struct linux_ipc_args *)); int linux_shmget __P((struct proc *, struct linux_ipc_args *)); +#endif /*!__alpha__*/ #endif /* _LINUX_IPC_H_ */ |
