From daa33eee65addbc1e62d09c611e1ef12752df872 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 31 May 2002 22:55:35 +0000 Subject: 2002-05-31 Roland McGrath * sched.c (net_bh_worker): Add return stmt to quiet gcc warning. --- pfinet/sched.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'pfinet') 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; } -- cgit v1.2.3