artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf3e9dd
)
The correct spelling is NULL.
author
florian
<florian@openbsd.org>
Fri, 22 Jan 2021 16:10:01 +0000
(16:10 +0000)
committer
florian
<florian@openbsd.org>
Fri, 22 Jan 2021 16:10:01 +0000
(16:10 +0000)
usr.sbin/ndp/ndp.c
patch
|
blob
|
history
diff --git
a/usr.sbin/ndp/ndp.c
b/usr.sbin/ndp/ndp.c
index
adf56c5
..
a4e4a3c
100644
(file)
--- a/
usr.sbin/ndp/ndp.c
+++ b/
usr.sbin/ndp/ndp.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: ndp.c,v 1.10
0 2021/01/21 19:12:13
florian Exp $ */
+/* $OpenBSD: ndp.c,v 1.10
1 2021/01/22 16:10:01
florian Exp $ */
/* $KAME: ndp.c,v 1.101 2002/07/17 08:46:33 itojun Exp $ */
/*
@@
-204,7
+204,7
@@
main(int argc, char *argv[])
if (argc != 0) {
usage();
}
- dump(
0
, mode == 'c');
+ dump(
NULL
, mode == 'c');
break;
case 'd':
if (argc != 0) {