diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1996-10-15 23:47:23 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1996-10-15 23:47:23 +0000 |
commit | a7601af097c8d7e6e6b6b8aa7b1c55d871b527aa (patch) | |
tree | b2c05715e7f3c4e476ed51a7f398e1e5602e633b /usr.bin/tip/tip.h | |
parent | 10596d6b040c846001dda4e65a777b235f168ce6 (diff) |
Possible buf oflow + index -> strchr.
Diffstat (limited to 'usr.bin/tip/tip.h')
-rw-r--r-- | usr.bin/tip/tip.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/tip/tip.h b/usr.bin/tip/tip.h index 85ee224f98f..f2425a95812 100644 --- a/usr.bin/tip/tip.h +++ b/usr.bin/tip/tip.h @@ -1,4 +1,4 @@ -/* $OpenBSD: tip.h,v 1.3 1996/06/26 05:40:47 deraadt Exp $ */ +/* $OpenBSD: tip.h,v 1.4 1996/10/15 23:47:22 millert Exp $ */ /* $NetBSD: tip.h,v 1.4 1995/10/29 00:49:43 pk Exp $ */ /* @@ -42,7 +42,6 @@ */ #include <sys/types.h> -#include <machine/endian.h> #include <sys/file.h> #include <sys/time.h> |