summaryrefslogtreecommitdiff
path: root/bin/cp
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2015-01-19 00:41:45 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2015-01-19 00:41:45 +0000
commita1e6e2cbcc02e19dd378955664de3f98c8ea7ad6 (patch)
tree7f3aa66df5ed5405218fb908cb0f37098c5e7049 /bin/cp
parent0551e7a4207b81023e515d873219139f9c7f1aea (diff)
cleanup sys/param.h comment
Diffstat (limited to 'bin/cp')
-rw-r--r--bin/cp/utils.c4
1 files 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 <sys/param.h> /* for MAXBSIZE */
+#include <sys/param.h> /* MAXBSIZE */
#include <sys/stat.h>
#include <sys/mman.h>
#include <sys/time.h>