summaryrefslogtreecommitdiff
path: root/pfinet
diff options
context:
space:
mode:
Diffstat (limited to 'pfinet')
-rw-r--r--pfinet/sched.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/pfinet/sched.c b/pfinet/sched.c
index 53f0cb09..6c6c8241 100644
--- a/pfinet/sched.c
+++ b/pfinet/sched.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 1995, 1996, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1995,96,2000,02 Free Software Foundation, Inc.
This file is part of the GNU Hurd.
@@ -66,4 +66,6 @@ net_bh_worker (any_t arg)
net_bh ();
__mutex_unlock (&net_bh_lock);
}
+ /*NOTREACHED*/
+ return 0;
}