endtsleep() is prototyped at the top of the file, delete duplicate

declaration inside tsleep().
This commit is contained in:
simonb 2000-03-28 22:04:46 +00:00
parent 468456cf00
commit bb1fc886cf
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: kern_synch.c,v 1.69 2000/03/23 20:37:59 thorpej Exp $ */
/* $NetBSD: kern_synch.c,v 1.70 2000/03/28 22:04:46 simonb Exp $ */
/*-
* Copyright (c) 1999, 2000 The NetBSD Foundation, Inc.
@ -364,7 +364,6 @@ tsleep(ident, priority, wmesg, timo)
register struct slpque *qp;
register int s;
int sig, catch = priority & PCATCH;
void endtsleep __P((void *));
if (cold || panicstr) {
/*