diff options
| author | David S. Miller <davem@nuts.ninka.net> | 2002-10-15 12:07:53 -0700 |
|---|---|---|
| committer | David S. Miller <davem@nuts.ninka.net> | 2002-10-15 12:07:53 -0700 |
| commit | 717781e2e357575eaf4dfe499b05139db6464c5e (patch) | |
| tree | 9a27dee6eba5927cd9aaeabae0d5e06c5ade9350 /include | |
| parent | e083ee3d6fdaa06fe8d66355398f0c657f54554a (diff) | |
[SPARC]: Add sys_lookup_dcookie.
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-sparc/unistd.h | 2 | ||||
| -rw-r--r-- | include/asm-sparc64/unistd.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-sparc/unistd.h b/include/asm-sparc/unistd.h index b4a785dbd9cf..721a3ee7a797 100644 --- a/include/asm-sparc/unistd.h +++ b/include/asm-sparc/unistd.h @@ -223,7 +223,7 @@ #define __NR_readahead 205 /* Linux Specific */ #define __NR_socketcall 206 /* Linux Specific */ #define __NR_syslog 207 /* Linux Specific */ -/* #define __NR_olduname 208 Linux Specific */ +#define __NR_lookup_dcookie 208 /* Linux Specific */ /* #define __NR_iopl 209 Linux Specific - i386 specific, unused */ /* #define __NR_idle 210 Linux Specific - was sys_idle, now unused */ /* #define __NR_vm86 211 Linux Specific - i386 specific, unused */ diff --git a/include/asm-sparc64/unistd.h b/include/asm-sparc64/unistd.h index 588f2a577fa7..dcd60cdb9188 100644 --- a/include/asm-sparc64/unistd.h +++ b/include/asm-sparc64/unistd.h @@ -223,7 +223,7 @@ #define __NR_readahead 205 /* Linux Specific */ #define __NR_socketcall 206 /* Linux Specific */ #define __NR_syslog 207 /* Linux Specific */ -/* #define __NR_olduname 208 Linux Specific */ +#define __NR_lookup_dcookie 208 /* Linux Specific */ /* #define __NR_iopl 209 Linux Specific - i386 specific, unused */ /* #define __NR_idle 210 Linux Specific - was sys_idle, now unused */ /* #define __NR_vm86 211 Linux Specific - i386 specific, unused */ |
