diff options
author | mjacob <mjacob@FreeBSD.org> | 2001-10-11 21:48:02 +0000 |
---|---|---|
committer | mjacob <mjacob@FreeBSD.org> | 2001-10-11 21:48:02 +0000 |
commit | a6fcfa2afcd17f220ffdf13316a4ae2fbdda38c7 (patch) | |
tree | fb95d806c8ea84a35c8b24baba93b34901749235 | |
parent | 61923fecdf6780ce5e5f69667295b577ee83626e (diff) | |
download | FreeBSD-src-a6fcfa2afcd17f220ffdf13316a4ae2fbdda38c7.zip FreeBSD-src-a6fcfa2afcd17f220ffdf13316a4ae2fbdda38c7.tar.gz |
Remove the hiding of some prototype declarations.
-rw-r--r-- | sys/alpha/alpha/dec_kn300.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/alpha/alpha/dec_kn300.c b/sys/alpha/alpha/dec_kn300.c index 4f1a21b..052d565e 100644 --- a/sys/alpha/alpha/dec_kn300.c +++ b/sys/alpha/alpha/dec_kn300.c @@ -73,12 +73,8 @@ const struct alpha_variation_table dec_kn300_variations[] = { }; -#if NSC > 0 extern int siocnattach __P((int, int)); -#endif -#ifdef DDB extern int siogdbattach __P((int, int)); -#endif extern int sccnattach __P((void)); void |