Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/sys/compat/osf1 Pull up revision 1.37 (requested by dmc...



details:   https://anonhg.NetBSD.org/src/rev/bed50b7e1d43
branches:  netbsd-1-5
changeset: 492980:bed50b7e1d43
user:      he <he%NetBSD.org@localhost>
date:      Wed Mar 20 23:37:18 2002 +0000

description:
Pull up revision 1.37 (requested by dmcmahill):
  Add entry for flock(), needed by Netscape communicator.

diffstat:

 sys/compat/osf1/syscalls.master |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 906dfbc76b73 -r bed50b7e1d43 sys/compat/osf1/syscalls.master
--- a/sys/compat/osf1/syscalls.master   Wed Mar 20 23:32:56 2002 +0000
+++ b/sys/compat/osf1/syscalls.master   Wed Mar 20 23:37:18 2002 +0000
@@ -1,4 +1,4 @@
-       $NetBSD: syscalls.master,v 1.30 1999/05/10 05:58:44 cgd Exp $
+       $NetBSD: syscalls.master,v 1.30.12.1 2002/03/20 23:37:18 he Exp $
 
 ;      @(#)syscalls.master     8.1 (Berkeley) 7/19/93
 
@@ -223,7 +223,7 @@
 129    STD             { int osf1_sys_truncate(const char *path, \
                            off_t length); }
 130    STD             { int osf1_sys_ftruncate(int fd, off_t length); }
-131    UNIMPL          flock
+131    NOARGS          { int sys_flock(int fd, int operation); }
 132    STD             { int osf1_sys_setgid(gid_t gid); }
 133    STD             { int osf1_sys_sendto(int s, caddr_t buf, size_t len, \
                            int flags, struct sockaddr *to, int tolen); }



Home | Main Index | Thread Index | Old Index