rm extraneous splx
authorMike Karels <karels@ucbvax.Berkeley.EDU>
Mon, 28 Jul 1986 11:00:44 +0000 (03:00 -0800)
committerMike Karels <karels@ucbvax.Berkeley.EDU>
Mon, 28 Jul 1986 11:00:44 +0000 (03:00 -0800)
SCCS-vsn: sys/kern/kern_time.c 7.2

usr/src/sys/kern/kern_time.c

index 91131a3..7f2dfbc 100644 (file)
@@ -3,7 +3,7 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)kern_time.c 7.1 (Berkeley) %G%
+ *     @(#)kern_time.c 7.2 (Berkeley) %G%
  */
 
 #include "../machine/reg.h"
  */
 
 #include "../machine/reg.h"
@@ -174,7 +174,6 @@ getitimer()
        splx(s);
        u.u_error = copyout((caddr_t)&aitv, (caddr_t)uap->itv,
            sizeof (struct itimerval));
        splx(s);
        u.u_error = copyout((caddr_t)&aitv, (caddr_t)uap->itv,
            sizeof (struct itimerval));
-       splx(s);
 }
 
 setitimer()
 }
 
 setitimer()