From: kstailey Date: Thu, 3 Apr 1997 19:03:09 +0000 (+0000) Subject: tabify X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=ef902bfd3065a2fb6be611e8ea29e0d813d0e41f;p=openbsd tabify --- diff --git a/libexec/rpc.rstatd/rstatd.c b/libexec/rpc.rstatd/rstatd.c index 71e5eb3e883..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.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 @@ -112,7 +112,7 @@ main(argc, argv) exit(1); } - svc_run(); + svc_run(); syslog(LOG_ERR, "svc_run returned"); exit(1); }