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 Missed a couple of MODULAR tags



details:   https://anonhg.NetBSD.org/src/rev/96b07686eb83
branches:  pgoyette-compat
changeset: 830683:96b07686eb83
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Wed Sep 12 23:26:38 2018 +0000

description:
Missed a couple of MODULAR tags

diffstat:

 sys/compat/netbsd32/syscalls.master |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (29 lines):

diff -r 46b30962aa32 -r 96b07686eb83 sys/compat/netbsd32/syscalls.master
--- a/sys/compat/netbsd32/syscalls.master       Wed Sep 12 21:52:17 2018 +0000
+++ b/sys/compat/netbsd32/syscalls.master       Wed Sep 12 23:26:38 2018 +0000
@@ -1,4 +1,4 @@
-       $NetBSD: syscalls.master,v 1.120.2.13 2018/09/12 03:21:14 pgoyette Exp $
+       $NetBSD: syscalls.master,v 1.120.2.14 2018/09/12 23:26:38 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
@@ -263,7 +263,8 @@
                            netbsd32_voidp val, int valsize); }
 106    STD             { int|netbsd32||listen(int s, int backlog); }
 107    OBSOL           vtimes
-108    COMPAT_43       { int|netbsd32||osigvec(int signum, \
+108    COMPAT_43 MODULAR compat_netbsd32_43    \
+                       { int|netbsd32||osigvec(int signum, \
                            netbsd32_sigvecp_t nsv, netbsd32_sigvecp_t osv); }
 109    COMPAT_43 MODULAR compat_netbsd32_43    \
                        { int|netbsd32||sigblock(int mask); }
@@ -447,7 +448,8 @@
                            netbsd32_rlimitp_t rlp); }
 195    STD             { int|netbsd32||setrlimit(int which, \
                            netbsd32_rlimitp_t rlp); }
-196    COMPAT_12       { int|netbsd32||getdirentries(int fd, \
+196    COMPAT_12 MODULAR compat_netbsd32_12    \
+                       { int|netbsd32||getdirentries(int fd, \
                            netbsd32_charp buf, u_int count, \
                            netbsd32_longp basep); }
 197    STD             { netbsd32_voidp|netbsd32||mmap(netbsd32_voidp addr, \



Home | Main Index | Thread Index | Old Index