artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c31f148
)
Remove unused errstr variable.
author
millert
<millert@openbsd.org>
Mon, 5 Oct 2015 15:50:01 +0000
(15:50 +0000)
committer
millert
<millert@openbsd.org>
Mon, 5 Oct 2015 15:50:01 +0000
(15:50 +0000)
libexec/rpc.rstatd/rstatd.c
patch
|
blob
|
history
diff --git
a/libexec/rpc.rstatd/rstatd.c
b/libexec/rpc.rstatd/rstatd.c
index
fb37cb3
..
2985773
100644
(file)
--- a/
libexec/rpc.rstatd/rstatd.c
+++ b/
libexec/rpc.rstatd/rstatd.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: rstatd.c,v 1.2
7 2015/04/18 18:28:37 deraad
t Exp $ */
+/* $OpenBSD: rstatd.c,v 1.2
8 2015/10/05 15:50:01 miller
t 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);