summaryrefslogtreecommitdiffstats
path: root/usr.sbin/user/main.c
diff options
context:
space:
mode:
authorjakob <jakob@openbsd.org>2000-04-26 06:25:45 +0000
committerjakob <jakob@openbsd.org>2000-04-26 06:25:45 +0000
commit7d13547a646f3be976c21a6fe06c6de92b7980b6 (patch)
tree0a4c2a6c71620c165b900be3b2cb3a60d5615dab /usr.sbin/user/main.c
parentenable user (diff)
downloadwireguard-openbsd-7d13547a646f3be976c21a6fe06c6de92b7980b6.tar.xz
wireguard-openbsd-7d13547a646f3be976c21a6fe06c6de92b7980b6.zip
usermgmt_usage doesnt return; eric jackson <shinobi@monkey.org>
Diffstat (limited to 'usr.sbin/user/main.c')
-rw-r--r--usr.sbin/user/main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/user/main.c b/usr.sbin/user/main.c
index ed413b53239..6827c6b8f90 100644
--- a/usr.sbin/user/main.c
+++ b/usr.sbin/user/main.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: main.c,v 1.2 2000/04/24 22:31:29 jakob Exp $ */
+/* $OpenBSD: main.c,v 1.3 2000/04/26 06:25:45 jakob Exp $ */
/* $NetBSD: main.c,v 1.1 1999/12/24 09:08:50 agc Exp $ */
/*
@@ -100,6 +100,5 @@ main(int argc, char **argv)
}
}
usermgmt_usage(__progname);
- errx(EXIT_FAILURE, "Program `%s' not recognised", __progname);
/* NOTREACHED */
}