diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-04-03 19:03:10 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-04-03 19:03:10 +0000 |
commit | b5d4e6080b281a4e173db9528913e1137abac6d4 (patch) | |
tree | 22b189aaaf15b2efb6364e4cf6a85487592342a5 | |
parent | 21c1196bccd924fcefbdf713795748571ce5688d (diff) |
tabify
-rw-r--r-- | libexec/rpc.rstatd/rstatd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/rpc.rstatd/rstatd.c b/libexec/rpc.rstatd/rstatd.c index c40b2045f31..a532ccd596d 100644 --- 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 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); } |