#ifdef'ed out definition of sleep() now that nothing uses it. This will
authorGarrett Wollman <wollman@FreeBSD.org>
Sun, 20 Mar 1994 00:33:06 +0000 (00:33 +0000)
committerGarrett Wollman <wollman@FreeBSD.org>
Sun, 20 Mar 1994 00:33:06 +0000 (00:33 +0000)
ensure that uses don't creep back in when nobody's looking.

sys/kern/kern_synch.c

index 1c84273..a11f5dc 100644 (file)
@@ -32,7 +32,7 @@
  * SUCH DAMAGE.
  *
  *     from: @(#)kern_synch.c  7.18 (Berkeley) 6/27/91
  * SUCH DAMAGE.
  *
  *     from: @(#)kern_synch.c  7.18 (Berkeley) 6/27/91
- *     $Id: kern_synch.c,v 1.3 1993/11/25 01:33:13 wollman Exp $
+ *     $Id: kern_synch.c,v 1.4 1994/02/11 21:14:28 guido Exp $
  */
 
 #include "param.h"
  */
 
 #include "param.h"
@@ -381,7 +381,7 @@ endtsleep(arg1, dummy)
        splx(s);
 }
 
        splx(s);
 }
 
-#if 1                          /* XXX this should go away... */
+#if 0                          /* This is obsolete, use tsleep(). */
 /*
  * Short-term, non-interruptable sleep.
  */
 /*
  * Short-term, non-interruptable sleep.
  */