Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/pgoyette-compat]: src/sys/compat/netbsd32 The netbsd32 40 mount code bel...
details: https://anonhg.NetBSD.org/src/rev/75dd8700c759
branches: pgoyette-compat
changeset: 830671:75dd8700c759
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Wed Sep 12 00:20:53 2018 +0000
description:
The netbsd32 40 mount code belongs in a netbsd32 40 module
diffstat:
sys/compat/netbsd32/syscalls.master | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 5ad35bfb0899 -r 75dd8700c759 sys/compat/netbsd32/syscalls.master
--- a/sys/compat/netbsd32/syscalls.master Wed Sep 12 00:00:31 2018 +0000
+++ b/sys/compat/netbsd32/syscalls.master Wed Sep 12 00:20:53 2018 +0000
@@ -1,4 +1,4 @@
- $NetBSD: syscalls.master,v 1.120.2.11 2018/09/11 23:58:46 pgoyette Exp $
+ $NetBSD: syscalls.master,v 1.120.2.12 2018/09/12 00:20:53 pgoyette Exp $
; from: NetBSD: syscalls.master,v 1.81 1998/07/05 08:49:50 jonathan Exp
; @(#)syscalls.master 8.2 (Berkeley) 1/13/94
@@ -96,7 +96,8 @@
{ netbsd32_long|netbsd32||olseek(int fd, \
netbsd32_long offset, int whence); }
20 NOARGS { pid_t|sys||getpid(void); }
-21 STD { int|netbsd32||mount(netbsd32_charp type, \
+21 COMPAT_40 MODULAR compat_netbsd32_40 \
+ { int|netbsd32||mount(netbsd32_charp type, \
netbsd32_charp path, int flags, \
netbsd32_voidp data); }
22 STD { int|netbsd32||unmount(netbsd32_charp path, \
Home |
Main Index |
Thread Index |
Old Index