diff --git a/sys/arch/atari/atari/dkbad.c b/sys/arch/atari/atari/dkbad.c index 8e70401183f5..f90ce7660519 100644 --- a/sys/arch/atari/atari/dkbad.c +++ b/sys/arch/atari/atari/dkbad.c @@ -1,4 +1,4 @@ -/* $NetBSD: dkbad.c,v 1.2 1996/02/22 10:10:49 leo Exp $ */ +/* $NetBSD: dkbad.c,v 1.3 1996/07/20 20:48:36 leo Exp $ */ /* * Copyright (c) 1982, 1986, 1990 The Regents of the University of California. @@ -40,6 +40,8 @@ #include #include +int isbad __P((struct dkbad *, int, int, int)); + /* * Search the bad sector table looking for * the specified sector. Return index if found.