14 lines
380 B
Text
14 lines
380 B
Text
|
$NetBSD: patch-an,v 1.4 2004/11/19 12:35:22 sketch Exp $
|
||
|
|
||
|
--- src/Scheduler.h.orig 2004-11-08 14:42:30.148229000 +0000
|
||
|
+++ src/Scheduler.h 2004-11-08 14:43:04.014844000 +0000
|
||
|
@@ -88,8 +88,6 @@
|
||
|
static void loop() { running = true;
|
||
|
while (running) select(); }
|
||
|
|
||
|
-private:
|
||
|
-
|
||
|
// Per-filedescriptor info is the set of three handlers and their
|
||
|
// closures.
|
||
|
|