diff options
| author | Warner Losh <imp@FreeBSD.org> | 2002-02-17 19:09:20 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2002-02-17 19:09:20 +0000 |
| commit | 71233f4fa43aca63e050be6bf61d37a880592c4c (patch) | |
| tree | 7cc7451e2c647ca3ad2d7a7f04582f524b1fd0b4 /libexec/pppoed | |
| parent | 1e599eee206937fae7e396ebae922cfb8af2c109 (diff) | |
Notes
Diffstat (limited to 'libexec/pppoed')
| -rw-r--r-- | libexec/pppoed/pppoed.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/pppoed/pppoed.c b/libexec/pppoed/pppoed.c index 386f1b5febcf..97d7f37e77f0 100644 --- a/libexec/pppoed/pppoed.c +++ b/libexec/pppoed/pppoed.c @@ -482,7 +482,7 @@ nglogx(const char *fmt, ...) } int -main(int argc, char **argv) +main(int argc, char *argv[]) { char hostname[MAXHOSTNAMELEN], *exec, rhook[NG_HOOKLEN + 1]; unsigned char response[1024]; |
