diff options
author | 2011-04-20 19:34:16 +0000 | |
---|---|---|
committer | 2011-04-20 19:34:16 +0000 | |
commit | c2a14a859e403a53cb07ddb08ce59fae6b1dc570 (patch) | |
tree | aa71e6b35ca30f22390bba3caccfd39eb9db3948 /usr.bin/rcs/diff.c | |
parent | Fix possible NULL dereference for emul data. Okay miod@. (diff) | |
download | wireguard-openbsd-c2a14a859e403a53cb07ddb08ce59fae6b1dc570.tar.xz wireguard-openbsd-c2a14a859e403a53cb07ddb08ce59fae6b1dc570.zip |
Remove some unneeded includes and dead code, from Michael W Bombardieri.
ok jasper xsa
Diffstat (limited to 'usr.bin/rcs/diff.c')
-rw-r--r-- | usr.bin/rcs/diff.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/rcs/diff.c b/usr.bin/rcs/diff.c index fd9e928ca0b..3dede6b45f2 100644 --- a/usr.bin/rcs/diff.c +++ b/usr.bin/rcs/diff.c @@ -1,4 +1,4 @@ -/* $OpenBSD: diff.c,v 1.32 2011/04/01 17:25:26 nicm Exp $ */ +/* $OpenBSD: diff.c,v 1.33 2011/04/20 19:34:16 nicm Exp $ */ /* * Copyright (C) Caldera International Inc. 2001-2002. * All rights reserved. @@ -69,7 +69,6 @@ #include <ctype.h> #include <err.h> -#include <limits.h> #include <stdarg.h> #include <stddef.h> #include <stdio.h> |