Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/osf1 we can actually setitimer() now



details:   https://anonhg.NetBSD.org/src/rev/9b1104b3a902
branches:  trunk
changeset: 472459:9b1104b3a902
user:      cgd <cgd%NetBSD.org@localhost>
date:      Fri Apr 30 01:57:27 1999 +0000

description:
we can actually setitimer() now

diffstat:

 sys/compat/osf1/osf1_misc.c |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diffs (20 lines):

diff -r 35a8035075d3 -r 9b1104b3a902 sys/compat/osf1/osf1_misc.c
--- a/sys/compat/osf1/osf1_misc.c       Fri Apr 30 01:46:09 1999 +0000
+++ b/sys/compat/osf1/osf1_misc.c       Fri Apr 30 01:57:27 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: osf1_misc.c,v 1.35 1999/04/29 23:37:23 cgd Exp $ */
+/* $NetBSD: osf1_misc.c,v 1.36 1999/04/30 01:57:27 cgd Exp $ */
 
 /*
  * Copyright (c) 1999 Christopher G. Demetriou.  All rights reserved.
@@ -1503,10 +1503,6 @@
        caddr_t sg;
        int error;
 
-#if 1
-       return EINVAL;
-#endif
-
        switch (SCARG(uap, which)) {
        case OSF1_ITIMER_REAL:
                SCARG(&a, which) = ITIMER_REAL;



Home | Main Index | Thread Index | Old Index