diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2011-04-20 18:43:58 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2011-04-20 18:43:58 +0000 |
commit | 8de9bbfff0caaf69ec0fcb39cae6620c15ef94b6 (patch) | |
tree | 6a2797684fcbe5e3731d92b0cf8c123b5d94ee7e | |
parent | 921d3a2377e16250d44c450225b753574a51ccd7 (diff) |
Remove some includes and defines that are no longer needed, from Michael
W Bombardieri.
-rw-r--r-- | usr.bin/cvs/cvs.h | 4 | ||||
-rw-r--r-- | usr.bin/cvs/util.c | 3 |
2 files changed, 2 insertions, 5 deletions
diff --git a/usr.bin/cvs/cvs.h b/usr.bin/cvs/cvs.h index ba74fdf691e..7dfdbcd0dd6 100644 --- a/usr.bin/cvs/cvs.h +++ b/usr.bin/cvs/cvs.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cvs.h,v 1.179 2010/09/29 18:14:52 nicm Exp $ */ +/* $OpenBSD: cvs.h,v 1.180 2011/04/20 18:43:57 nicm Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -40,8 +40,6 @@ #define CVS_VERSION "OpenCVS 4.5" -#define CVS_CKSUM_LEN MD5_DIGEST_STRING_LENGTH - #define CVS_REV_BUFSZ 32 #define CVS_TIME_BUFSZ 64 diff --git a/usr.bin/cvs/util.c b/usr.bin/cvs/util.c index b27b5bd4e49..5ca9bb8f73c 100644 --- a/usr.bin/cvs/util.c +++ b/usr.bin/cvs/util.c @@ -1,4 +1,4 @@ -/* $OpenBSD: util.c,v 1.154 2010/11/11 21:00:59 nicm Exp $ */ +/* $OpenBSD: util.c,v 1.155 2011/04/20 18:43:57 nicm Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * Copyright (c) 2005, 2006 Joris Vink <joris@openbsd.org> @@ -33,7 +33,6 @@ #include <atomicio.h> #include <errno.h> #include <fcntl.h> -#include <md5.h> #include <stdlib.h> #include <string.h> #include <paths.h> |