From a2587ffb83050347853311c3b011d3eccd41d9aa Mon Sep 17 00:00:00 2001 From: mycroft Date: Sun, 18 Jul 1993 06:28:01 +0000 Subject: [PATCH] Nuke a kluge from Net/2. The argument list ocreat() creates for open() can now be a struct open_args; no need to redefine the structure. --- sys/kern/vfs_syscalls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/kern/vfs_syscalls.c b/sys/kern/vfs_syscalls.c index 063aa4b4b195..6d9f5eab7a63 100644 --- a/sys/kern/vfs_syscalls.c +++ b/sys/kern/vfs_syscalls.c @@ -1 +1 @@ -revision 1.3 intentionally removed +revision 1.4 intentionally removed