Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/pgoyette-compat]: src/sys/compat/ultrix Conditionalize compat_09_sys_{ge...
details: https://anonhg.NetBSD.org/src/rev/9d17743e2ad9
branches: pgoyette-compat
changeset: 830814:9d17743e2ad9
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Sat Sep 29 01:45:05 2018 +0000
description:
Conditionalize compat_09_sys_{get,set}domainname syscalls appropriately.
diffstat:
sys/compat/ultrix/syscalls.master | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (25 lines):
diff -r 616d59ece254 -r 9d17743e2ad9 sys/compat/ultrix/syscalls.master
--- a/sys/compat/ultrix/syscalls.master Sat Sep 29 01:38:32 2018 +0000
+++ b/sys/compat/ultrix/syscalls.master Sat Sep 29 01:45:05 2018 +0000
@@ -1,4 +1,4 @@
- $NetBSD: syscalls.master,v 1.56 2018/01/06 16:41:23 kamil Exp $
+ $NetBSD: syscalls.master,v 1.56.2.1 2018/09/29 01:45:05 pgoyette Exp $
; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
@@ -255,10 +255,15 @@
162 UNIMPL umount
163 UNIMPL async_daemon
164 NOARGS { int|compat_30_sys||getfh(char *fname, fhandle_t *fhp); }
+#if defined(COMPAT_09)
165 NOARGS { int|compat_09_sys||getdomainname(char *domainname, \
int len); }
166 NOARGS { int|compat_09_sys||setdomainname(char *domainname, \
int len); }
+#else
+165 UNIMPL compat_09_sys_getdomainname
+166 UNIMPL compat_09_sys_setdomainname
+#endif
167 UNIMPL
168 STD { int|ultrix_sys||quotactl(int cmd, char *special, \
int uid, void *addr); }
Home |
Main Index |
Thread Index |
Old Index