diff options
author | 2016-03-29 13:32:54 +0000 | |
---|---|---|
committer | 2016-03-29 13:32:54 +0000 | |
commit | efe89df20150cfed694ba4c459fc24c4314f9f12 (patch) | |
tree | 61ee7c57ba838501f13657f13e4c08c2c578f507 /usr.sbin/user/main.c | |
parent | Remove dead assignments and now unused variables. (diff) | |
download | wireguard-openbsd-efe89df20150cfed694ba4c459fc24c4314f9f12.tar.xz wireguard-openbsd-efe89df20150cfed694ba4c459fc24c4314f9f12.zip |
-Remove function #defines from defs.h and use the actual code accordingly in
user.c
-Remove MIN and MAX #defines which are not being in use since the last 16 years
-Move last #define to user.c and remove file defs.h
-Remove lint comments
OK natano@ after his suggestions and also OK jung@ on an earlier version
Diffstat (limited to 'usr.sbin/user/main.c')
-rw-r--r-- | usr.sbin/user/main.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/user/main.c b/usr.sbin/user/main.c index e99db49e961..9966ac56378 100644 --- a/usr.sbin/user/main.c +++ b/usr.sbin/user/main.c @@ -1,4 +1,4 @@ -/* $OpenBSD: main.c,v 1.9 2015/11/30 22:22:27 deraadt Exp $ */ +/* $OpenBSD: main.c,v 1.10 2016/03/29 13:32:54 mestre Exp $ */ /* $NetBSD: main.c,v 1.3 2002/07/09 10:34:16 tron Exp $ */ /* @@ -95,5 +95,4 @@ main(int argc, char **argv) argv + (matched - 1)); } usermgmt_usage(__progname); - /* NOTREACHED */ } |