diff options
| author | wiz <wiz@NetBSD.org> | 2005-03-09 16:43:37 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2005-03-09 16:43:37 +0000 |
| commit | 4b98ca48e79eb43e03ae0838daf6ed2f191a8fcc (patch) | |
| tree | e82431f9f06ece4ecb592d7eff87ba12d41518c7 /libexec | |
| parent | 13966518a6497c1ce82faeb3e30ef23b4e81c433 (diff) | |
Sort options.
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/rshd/rshd.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/rshd/rshd.c b/libexec/rshd/rshd.c index 666fb4e4817..d149fead54b 100644 --- a/libexec/rshd/rshd.c +++ b/libexec/rshd/rshd.c @@ -1,4 +1,4 @@ -/* $NetBSD: rshd.c,v 1.36 2005/03/08 04:35:19 christos Exp $ */ +/* $NetBSD: rshd.c,v 1.37 2005/03/09 16:43:37 wiz Exp $ */ /* * Copyright (C) 1998 WIDE Project. @@ -69,7 +69,7 @@ __COPYRIGHT("@(#) Copyright (c) 1988, 1989, 1992, 1993, 1994\n\ #if 0 static char sccsid[] = "@(#)rshd.c 8.2 (Berkeley) 4/6/94"; #else -__RCSID("$NetBSD: rshd.c,v 1.36 2005/03/08 04:35:19 christos Exp $"); +__RCSID("$NetBSD: rshd.c,v 1.37 2005/03/09 16:43:37 wiz Exp $"); #endif #endif /* not lint */ @@ -146,7 +146,7 @@ char *topdomain(char *); void usage(void); int main(int, char *[]); -#define OPTIONS "alnL" +#define OPTIONS "aLln" extern int __check_rhosts_file; extern char *__rcmd_errstr; /* syslog hook from libc/net/rcmd.c. */ static const char incorrect[] = "Login incorrect."; |
