artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a3dea7
)
delete accidental blank line
author
deraadt
<deraadt@openbsd.org>
Mon, 19 Jun 2017 17:35:04 +0000
(17:35 +0000)
committer
deraadt
<deraadt@openbsd.org>
Mon, 19 Jun 2017 17:35:04 +0000
(17:35 +0000)
usr.sbin/config/main.c
patch
|
blob
|
history
diff --git
a/usr.sbin/config/main.c
b/usr.sbin/config/main.c
index
2f637e9
..
6787a6e
100644
(file)
--- a/
usr.sbin/config/main.c
+++ b/
usr.sbin/config/main.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: main.c,v 1.5
7 2016/10/16 18:02:03 tb Exp $
*/
+/* $OpenBSD: main.c,v 1.5
8 2017/06/19 17:35:04 deraadt Exp $
*/
/* $NetBSD: main.c,v 1.22 1997/02/02 21:12:33 thorpej Exp $ */
/*
@@
-157,7
+157,6
@@
main(int argc, char *argv[])
argc -= optind;
argv += optind;
if (argc > 1 || (eflag && argv[0] == NULL))
-
usage();
if (bflag) {
startdir = getcwd(dirbuffer, sizeof dirbuffer);