From b0430820fd32e44d0874592a5d4539fa6f373c79 Mon Sep 17 00:00:00 2001 From: deraadt Date: Mon, 19 Jan 2015 00:41:44 +0000 Subject: [PATCH] cleanup sys/param.h comment --- bin/cp/utils.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/cp/utils.c b/bin/cp/utils.c index 2d76aa0cde9..da2a27433e9 100644 --- a/bin/cp/utils.c +++ b/bin/cp/utils.c @@ -1,4 +1,4 @@ -/* $OpenBSD: utils.c,v 1.35 2015/01/16 06:39:31 deraadt Exp $ */ +/* $OpenBSD: utils.c,v 1.36 2015/01/19 00:41:44 deraadt Exp $ */ /* $NetBSD: utils.c,v 1.6 1997/02/26 14:40:51 cgd Exp $ */ /*- @@ -30,7 +30,7 @@ * SUCH DAMAGE. */ -#include /* for MAXBSIZE */ +#include /* MAXBSIZE */ #include #include #include -- 2.20.1