diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-07-23 20:36:38 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-07-23 20:36:38 +0000 |
commit | d9b1dcb4075c28b48d11ddb5c3e1458c9daccb48 (patch) | |
tree | 6b917d8983c06c9866c3f344b7bbe2fb04298dec /libexec/fingerd | |
parent | eefc100af7038758ef196421c9c5b73507bab513 (diff) |
tabify
Diffstat (limited to 'libexec/fingerd')
-rw-r--r-- | libexec/fingerd/fingerd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/fingerd/fingerd.c b/libexec/fingerd/fingerd.c index dff77ec233c..64c2d0efbca 100644 --- a/libexec/fingerd/fingerd.c +++ b/libexec/fingerd/fingerd.c @@ -39,7 +39,7 @@ static char copyright[] = #ifndef lint /*static char sccsid[] = "from: @(#)fingerd.c 8.1 (Berkeley) 6/4/93";*/ -static char rcsid[] = "$Id: fingerd.c,v 1.6 1997/01/15 23:40:56 millert Exp $"; +static char rcsid[] = "$Id: fingerd.c,v 1.7 1997/07/23 20:36:22 kstailey Exp $"; #endif /* not lint */ #include <sys/types.h> @@ -205,7 +205,7 @@ err(const char *fmt, ...) #else err(fmt, va_alist) char *fmt; - va_dcl + va_dcl #endif { va_list ap; |