artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c13078a
)
tabify
author
kstailey
<kstailey@openbsd.org>
Thu, 3 Apr 1997 19:03:09 +0000
(19:03 +0000)
committer
kstailey
<kstailey@openbsd.org>
Thu, 3 Apr 1997 19:03:09 +0000
(19:03 +0000)
libexec/rpc.rstatd/rstatd.c
patch
|
blob
|
history
diff --git
a/libexec/rpc.rstatd/rstatd.c
b/libexec/rpc.rstatd/rstatd.c
index
71e5eb3
..
a532ccd
100644
(file)
--- a/
libexec/rpc.rstatd/rstatd.c
+++ b/
libexec/rpc.rstatd/rstatd.c
@@
-32,7
+32,7
@@
*/
#ifndef lint
-static char rcsid[] = "$Id: rstatd.c,v 1.
1.1.1 1995/10/18 08:43:21 deraadt
Exp $";
+static char rcsid[] = "$Id: rstatd.c,v 1.
2 1997/04/03 19:03:09 kstailey
Exp $";
#endif /* not lint */
#include <stdio.h>
@@
-112,7
+112,7
@@
main(argc, argv)
exit(1);
}
-
svc_run();
+ svc_run();
syslog(LOG_ERR, "svc_run returned");
exit(1);
}