diff options
author | th199096 <none@none> | 2007-04-02 21:38:04 -0700 |
---|---|---|
committer | th199096 <none@none> | 2007-04-02 21:38:04 -0700 |
commit | a237e38e9161f0acd6451439d4a7dd597e66291d (patch) | |
tree | fd849269fae42c5f25794ca7599b55f212a82a4a /usr/src/uts/common/sys/syscall.h | |
parent | 3aa1cd26bc498bd7a8d002259dabfe984ccc90d1 (diff) | |
download | illumos-joyent-a237e38e9161f0acd6451439d4a7dd597e66291d.tar.gz |
PSARC/2007/052 In-kernel Sharetab
6371468 /etc/dfs/sharetab should be a mntfs style file
Diffstat (limited to 'usr/src/uts/common/sys/syscall.h')
-rw-r--r-- | usr/src/uts/common/sys/syscall.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/uts/common/sys/syscall.h b/usr/src/uts/common/sys/syscall.h index 71d4164ff9..55a6760b1e 100644 --- a/usr/src/uts/common/sys/syscall.h +++ b/usr/src/uts/common/sys/syscall.h @@ -319,6 +319,7 @@ extern "C" { #define SYS_sysconfig 137 #define SYS_adjtime 138 #define SYS_systeminfo 139 +#define SYS_sharefs 140 #define SYS_seteuid 141 #define SYS_forksys 142 /* |