artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a38464e
)
repair sys/param.h namespace list
author
deraadt
<deraadt@openbsd.org>
Tue, 22 Feb 2022 03:40:55 +0000
(
03:40
+0000)
committer
deraadt
<deraadt@openbsd.org>
Tue, 22 Feb 2022 03:40:55 +0000
(
03:40
+0000)
usr.bin/kdump/kdump.c
patch
|
blob
|
history
diff --git
a/usr.bin/kdump/kdump.c
b/usr.bin/kdump/kdump.c
index
3ba2329
..
a7fe190
100644
(file)
--- a/
usr.bin/kdump/kdump.c
+++ b/
usr.bin/kdump/kdump.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: kdump.c,v 1.14
6 2022/02/22 03:31:50
deraadt Exp $ */
+/* $OpenBSD: kdump.c,v 1.14
7 2022/02/22 03:40:55
deraadt Exp $ */
/*-
* Copyright (c) 1988, 1993
@@
-29,7
+29,7
@@
* SUCH DAMAGE.
*/
-#include <sys/param.h> /* MAXCOMLEN
nitems
*/
+#include <sys/param.h> /* MAXCOMLEN */
#include <sys/time.h>
#include <sys/signal.h>
#include <sys/uio.h>