artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1ee966
)
Missing space
author
claudio
<claudio@openbsd.org>
Sat, 18 Feb 2023 18:07:38 +0000
(18:07 +0000)
committer
claudio
<claudio@openbsd.org>
Sat, 18 Feb 2023 18:07:38 +0000
(18:07 +0000)
sbin/route/route.c
patch
|
blob
|
history
diff --git
a/sbin/route/route.c
b/sbin/route/route.c
index
5a6679a
..
267a9e3
100644
(file)
--- a/
sbin/route/route.c
+++ b/
sbin/route/route.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: route.c,v 1.26
2 2023/02/14 11:46:0
8 claudio Exp $ */
+/* $OpenBSD: route.c,v 1.26
3 2023/02/18 18:07:3
8 claudio Exp $ */
/* $NetBSD: route.c,v 1.16 1996/04/15 18:27:05 cgd Exp $ */
/*
@@
-581,7
+581,7
@@
newroute(int argc, char **argv)
if (*cmd != 'g')
shutdown(s, SHUT_RD); /* Don't want to read back our messages */
while (--argc > 0) {
- if (**(++argv)== '-') {
+ if (**(++argv)
== '-') {
switch (key = keyword(1 + *argv)) {
case K_LINK:
af = AF_LINK;