From ffc3046a32f0999c8e3a46b283461e3a39c2e596 Mon Sep 17 00:00:00 2001 From: David du Colombier <0intro@gmail.com> Date: Tue, 15 Sep 1998 00:00:00 +0000 Subject: [PATCH] Plan 9 from Bell Labs 1998-09-15 --- port/sysfile.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/port/sysfile.c b/port/sysfile.c index 488e6163ec4beeb8e63a1de1e5b29f79cc42daf3..39d09918b0dd1bc616d2b1cf2dd8dc7000e230bb 100644 --- a/port/sysfile.c +++ b/port/sysfile.c @@ -520,7 +520,7 @@ sseek(ulong *arg) } long -sysvseek(ulong *arg) +sysseek(ulong *arg) { validaddr(arg[0], BY2V, 1); sseek(arg); @@ -528,7 +528,7 @@ sysvseek(ulong *arg) } long -sysseek(ulong *arg) +sysoseek(ulong *arg) { union { vlong v;