Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat/osf1 Add entry for set_program_attributes().
details: https://anonhg.NetBSD.org/src/rev/2c05ce9d06d4
branches: trunk
changeset: 472434:2c05ce9d06d4
user: thorpej <thorpej%NetBSD.org@localhost>
date: Thu Apr 29 17:19:47 1999 +0000
description:
Add entry for set_program_attributes().
diffstat:
sys/compat/osf1/syscalls.master | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r 8a88f515c2cc -r 2c05ce9d06d4 sys/compat/osf1/syscalls.master
--- a/sys/compat/osf1/syscalls.master Thu Apr 29 17:18:59 1999 +0000
+++ b/sys/compat/osf1/syscalls.master Thu Apr 29 17:19:47 1999 +0000
@@ -1,4 +1,4 @@
- $NetBSD: syscalls.master,v 1.20 1999/04/29 02:10:07 cgd Exp $
+ $NetBSD: syscalls.master,v 1.21 1999/04/29 17:19:47 thorpej Exp $
; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
@@ -92,7 +92,9 @@
40 UNIMPL old lstat
41 NOARGS { int sys_dup(u_int fd); }
42 NOARGS { int sys_pipe(void); }
-43 UNIMPL set_program_attributes
+43 STD { int osf1_sys_set_program_attributes( \
+ caddr_t taddr, unsigned long tsize, \
+ caddr_t daddr, unsigned long dsize); }
44 UNIMPL profil
45 STD { int osf1_sys_open(const char *path, int flags, \
int mode); }
Home |
Main Index |
Thread Index |
Old Index