artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0570e8b
)
Schedule cleanup of '-r' now useless getopt option
author
job
<job@openbsd.org>
Thu, 17 Nov 2022 20:51:39 +0000
(20:51 +0000)
committer
job
<job@openbsd.org>
Thu, 17 Nov 2022 20:51:39 +0000
(20:51 +0000)
OK tb@
usr.sbin/rpki-client/main.c
patch
|
blob
|
history
diff --git
a/usr.sbin/rpki-client/main.c
b/usr.sbin/rpki-client/main.c
index
6cc37ca
..
5f41d3f
100644
(file)
--- a/
usr.sbin/rpki-client/main.c
+++ b/
usr.sbin/rpki-client/main.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: main.c,v 1.22
1 2022/11/17 20:49:38
job Exp $ */
+/* $OpenBSD: main.c,v 1.22
2 2022/11/17 20:51:39
job Exp $ */
/*
* Copyright (c) 2021 Claudio Jeker <claudio@openbsd.org>
* Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv>
@@
-944,7
+944,7
@@
main(int argc, char *argv[])
case 'R':
rrdpon = 0;
break;
- case 'r':
+ case 'r':
/* Remove after OpenBSD 7.3 */
rrdpon = 1;
break;
case 's':