artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d722cfd
)
cleanup sys/param.h comment
author
deraadt
<deraadt@openbsd.org>
Mon, 19 Jan 2015 00:41:44 +0000
(
00:41
+0000)
committer
deraadt
<deraadt@openbsd.org>
Mon, 19 Jan 2015 00:41:44 +0000
(
00:41
+0000)
bin/cp/utils.c
patch
|
blob
|
history
diff --git
a/bin/cp/utils.c
b/bin/cp/utils.c
index
2d76aa0
..
da2a274
100644
(file)
--- a/
bin/cp/utils.c
+++ b/
bin/cp/utils.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: utils.c,v 1.3
5 2015/01/16 06:39:31
deraadt Exp $ */
+/* $OpenBSD: utils.c,v 1.3
6 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>