diff options
author | jkh <jkh@FreeBSD.org> | 1995-02-15 06:29:47 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1995-02-15 06:29:47 +0000 |
commit | cf2ee7fe73a3dfed6105159eaca6bb98b7617033 (patch) | |
tree | 2877718d266019b7d27bfbf0891077f8b4fa690b /sys/netccitt/hd_debug.c | |
parent | 4b93208ed1ccc9ccc0338fa9c1984b4edd206949 (diff) | |
download | FreeBSD-src-cf2ee7fe73a3dfed6105159eaca6bb98b7617033.zip FreeBSD-src-cf2ee7fe73a3dfed6105159eaca6bb98b7617033.tar.gz |
And fix some more compiler warnings. Then give up. /sys/net* is FULL of
bogus code! And besides, Poul's doing this already.. It's just that
fixing compiler warnings is sort of like eating potato chips.. :-)
Diffstat (limited to 'sys/netccitt/hd_debug.c')
-rw-r--r-- | sys/netccitt/hd_debug.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/netccitt/hd_debug.c b/sys/netccitt/hd_debug.c index 058a21c..bfd63a1 100644 --- a/sys/netccitt/hd_debug.c +++ b/sys/netccitt/hd_debug.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)hd_debug.c 8.1 (Berkeley) 6/10/93 - * $Id$ + * $Id: hd_debug.c,v 1.2 1994/08/02 07:46:59 davidg Exp $ */ #include <sys/param.h> @@ -68,8 +68,10 @@ struct hdlctrace { int lasttracelogged, freezetrace; #endif +void hd_trace (hdp, direction, frame) struct hdcb *hdp; +int direction; register struct Hdlc_frame *frame; { register char *s; |