From 2e948de48c69b80ee270731748156694ad8949a8 Mon Sep 17 00:00:00 2001 From: ceriel Date: Tue, 31 Mar 1987 07:28:06 +0000 Subject: [PATCH] *** empty log message *** --- mach/sun2/libsys/unmount.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mach/sun2/libsys/unmount.s b/mach/sun2/libsys/unmount.s index 27da9a8ed..f323fa5f4 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 _umount -_umount: SYSTEM(SYS_unmount) +_umount: SYSTEM(SYS_umount) -- 2.34.1