From 87826386e0046e51b3dcf42969394c3cea3e3194 Mon Sep 17 00:00:00 2001
From: Dima Dorfman
Date: Sun, 3 Jun 2001 05:17:39 +0000
Subject: Remove unused includes, use *min() inline functions rather than a
home-grown macro, rewrite a confusing conditional in snpdevtotty(), and
change ibuf to 512 bytes instead of 1024 bytes in dsnwrite().
Reviewed by: bde
---
sys/sys/snoop.h | 1 -
1 file changed, 1 deletion(-)
(limited to 'sys/sys/snoop.h')
diff --git a/sys/sys/snoop.h b/sys/sys/snoop.h
index af2524a1d96a..8cb5bee294be 100644
--- a/sys/sys/snoop.h
+++ b/sys/sys/snoop.h
@@ -60,7 +60,6 @@ struct snoop {
/* XXX several wrong storage classes and types here. */
int snpdown __P((struct snoop *snp));
int snpin __P((struct snoop *snp, char *buf, int n));
-int snpinc __P((struct snoop *snp, char c));
#endif /* _KERNEL */
/*
--
cgit v1.2.3