diff options
author | Dima Dorfman <dd@FreeBSD.org> | 2001-06-03 05:17:39 +0000 |
---|---|---|
committer | Dima Dorfman <dd@FreeBSD.org> | 2001-06-03 05:17:39 +0000 |
commit | 87826386e0046e51b3dcf42969394c3cea3e3194 (patch) | |
tree | b5c4bbdede0c8e3cd8b2a347124b0b0b6b112e23 /sys/sys/snoop.h | |
parent | b8edb44cc349331b8ac053aea7b35a5822294e5f (diff) | |
download | src-87826386e0046e51b3dcf42969394c3cea3e3194.tar.gz src-87826386e0046e51b3dcf42969394c3cea3e3194.zip |
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
Notes
Notes:
svn path=/head/; revision=77648
Diffstat (limited to 'sys/sys/snoop.h')
-rw-r--r-- | sys/sys/snoop.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 */ /* |