From 663530f4ecd32a201b4037f7911c75eb55b396da Mon Sep 17 00:00:00 2001 From: ceriel Date: Tue, 31 Mar 1987 07:28:05 +0000 Subject: [PATCH] umount, NOT unmount! --- mach/sun2/libsys/syscall.h | 2 +- mach/sun2/libsys/unmount.s | 4 ++-- mach/sun3/libsys/syscall.h | 2 +- mach/sun3/libsys/unmount.s | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/mach/sun2/libsys/syscall.h b/mach/sun2/libsys/syscall.h index 408a60bc..6a3639d7 100644 --- a/mach/sun2/libsys/syscall.h +++ b/mach/sun2/libsys/syscall.h @@ -118,7 +118,7 @@ #define SYS_getdirentries 156 #define SYS_statfs 157 #define SYS_fstatfs 158 -#define SYS_unmount 159 +#define SYS_umount 159 #define SYS_async_daemon 160 #define SYS_getfh 161 #define SYS_getdomainname 162 diff --git a/mach/sun2/libsys/unmount.s b/mach/sun2/libsys/unmount.s index 4e23bd9f..27da9a8e 100644 --- a/mach/sun2/libsys/unmount.s +++ b/mach/sun2/libsys/unmount.s @@ -1,4 +1,4 @@ #include "syscall.h" .sect .text; .sect .rom; .sect .data; .sect .bss; .sect .text -.define _unmount -_unmount: SYSTEM(SYS_unmount) +.define _umount +_umount: SYSTEM(SYS_unmount) diff --git a/mach/sun3/libsys/syscall.h b/mach/sun3/libsys/syscall.h index a510b65b..190f0244 100644 --- a/mach/sun3/libsys/syscall.h +++ b/mach/sun3/libsys/syscall.h @@ -118,7 +118,7 @@ #define SYS_getdirentries 156 #define SYS_statfs 157 #define SYS_fstatfs 158 -#define SYS_unmount 159 +#define SYS_umount 159 #define SYS_async_daemon 160 #define SYS_getfh 161 #define SYS_getdomainname 162 diff --git a/mach/sun3/libsys/unmount.s b/mach/sun3/libsys/unmount.s index 4e23bd9f..f323fa5f 100644 --- a/mach/sun3/libsys/unmount.s +++ b/mach/sun3/libsys/unmount.s @@ -1,4 +1,4 @@ #include "syscall.h" .sect .text; .sect .rom; .sect .data; .sect .bss; .sect .text -.define _unmount -_unmount: SYSTEM(SYS_unmount) +.define _umount +_umount: SYSTEM(SYS_umount)