Source-Changes-HG archive

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

[src/trunk]: src/sys/kern Remove two lines that were apparently added by acci...



details:   https://anonhg.NetBSD.org/src/rev/2a04877d9853
branches:  trunk
changeset: 474632:2a04877d9853
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Mon Jul 12 23:01:27 1999 +0000

description:
Remove two lines that were apparently added by accident.

diffstat:

 sys/kern/syscalls.master |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (15 lines):

diff -r 48ee6ecb49f9 -r 2a04877d9853 sys/kern/syscalls.master
--- a/sys/kern/syscalls.master  Mon Jul 12 22:11:37 1999 +0000
+++ b/sys/kern/syscalls.master  Mon Jul 12 23:01:27 1999 +0000
@@ -1,4 +1,4 @@
-       $NetBSD: syscalls.master,v 1.95 1999/07/12 21:55:21 kleink Exp $
+       $NetBSD: syscalls.master,v 1.96 1999/07/12 23:01:27 thorpej Exp $
 
 ;      @(#)syscalls.master     8.2 (Berkeley) 1/13/94
 
@@ -565,5 +565,3 @@
                            struct stat *sb); }
 300    STD             { int sys_fhstatfs(const fhandle_t *fhp, \
                            struct statfs *buf); }
-301    STD             { int sys_getcontext(struct ucontext *ucp); }
-302    STD             { int sys_setcontext(const struct ucontext *ucp); }



Home | Main Index | Thread Index | Old Index