diff options
| author | Andrew Gallatin <gallatin@FreeBSD.org> | 2002-01-23 22:46:14 +0000 |
|---|---|---|
| committer | Andrew Gallatin <gallatin@FreeBSD.org> | 2002-01-23 22:46:14 +0000 |
| commit | 21e06996e434838eef0f0a9cecd1854f8e6a0a21 (patch) | |
| tree | 07c16a6f488892d9af44deeb9c474b64f1d0d447 /sys/compat/linux/linux_misc.c | |
| parent | 97dd5500aae58be918b20a6610967d709a285094 (diff) | |
Notes
Diffstat (limited to 'sys/compat/linux/linux_misc.c')
| -rw-r--r-- | sys/compat/linux/linux_misc.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/compat/linux/linux_misc.c b/sys/compat/linux/linux_misc.c index 605b6ed02c50..5be79bd4a792 100644 --- a/sys/compat/linux/linux_misc.c +++ b/sys/compat/linux/linux_misc.c @@ -1284,6 +1284,8 @@ linux_reboot(struct thread *td, struct linux_reboot_args *args) return (reboot(td, &bsd_args)); } +#ifndef __alpha__ + /* * The FreeBSD native getpid(2), getgid(2) and getuid(2) also modify * td->td_retval[1] when COMPAT_43 or COMPAT_SUNOS is defined. This @@ -1320,6 +1322,8 @@ linux_getuid(struct thread *td, struct linux_getuid_args *args) return (0); } +#endif /*!__alpha__*/ + int linux_getsid(struct thread *td, struct linux_getsid_args *args) { |
