diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2015-10-05 15:50:02 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2015-10-05 15:50:02 +0000 |
commit | cd287422e9df8b867ffa48fb596aeb7b939c0607 (patch) | |
tree | 862ac22900152b591a2c7d20946cda022afba93a | |
parent | 6eb8189de7f5a8ca3bb18a7dcc7dfcde960589dc (diff) |
Remove unused errstr variable.
-rw-r--r-- | libexec/rpc.rstatd/rstatd.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libexec/rpc.rstatd/rstatd.c b/libexec/rpc.rstatd/rstatd.c index fb37cb3c896..2985773a75d 100644 --- a/libexec/rpc.rstatd/rstatd.c +++ b/libexec/rpc.rstatd/rstatd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rstatd.c,v 1.27 2015/04/18 18:28:37 deraadt Exp $ */ +/* $OpenBSD: rstatd.c,v 1.28 2015/10/05 15:50:01 millert Exp $ */ /*- * Copyright (c) 1993, John Brezak @@ -66,7 +66,6 @@ main(int argc, char *argv[]) socklen_t fromlen; struct passwd *pw; struct sockaddr_storage from; - const char *errstr; SVCXPRT *transp; openlog("rpc.rstatd", LOG_NDELAY|LOG_CONS|LOG_PID, LOG_DAEMON); |