diff options
| author | Kris Kennaway <kris@FreeBSD.org> | 2002-02-04 01:37:59 +0000 |
|---|---|---|
| committer | Kris Kennaway <kris@FreeBSD.org> | 2002-02-04 01:37:59 +0000 |
| commit | af9ad34d31553c4303257cae372652e614cc9aa5 (patch) | |
| tree | 60e4dc0727fa05b591f4674e0da9211cc0f3de95 /libexec | |
| parent | 219736e4b88cd44e372d4e6853c4bc2187720511 (diff) | |
Notes
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/rshd/rshd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rshd/rshd.c b/libexec/rshd/rshd.c index 5cef0854347f..75d2e5a80f81 100644 --- a/libexec/rshd/rshd.c +++ b/libexec/rshd/rshd.c @@ -127,7 +127,7 @@ union sockunion { #define su_port su_si.si_port void doit __P((union sockunion *)); -static void rshd_errx __P((int, const char *, ...)); +static void rshd_errx __P((int, const char *, ...)) __printf0like(2, 3); void getstr __P((char *, int, char *)); int local_domain __P((char *)); char *topdomain __P((char *)); |
