summaryrefslogtreecommitdiffstats
path: root/libexec/pppoed
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2002-02-17 19:09:20 +0000
committerimp <imp@FreeBSD.org>2002-02-17 19:09:20 +0000
commitf9bb89fb1da1c0fb135f8fcdd89a293bd0eea4dd (patch)
tree7cc7451e2c647ca3ad2d7a7f04582f524b1fd0b4 /libexec/pppoed
parent71ac8c05bf4b945737645cd0c9d0fae978fec163 (diff)
downloadFreeBSD-src-f9bb89fb1da1c0fb135f8fcdd89a293bd0eea4dd.zip
FreeBSD-src-f9bb89fb1da1c0fb135f8fcdd89a293bd0eea4dd.tar.gz
o __P removal
o use Ansi-style function definitions
Diffstat (limited to 'libexec/pppoed')
-rw-r--r--libexec/pppoed/pppoed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/pppoed/pppoed.c b/libexec/pppoed/pppoed.c
index 386f1b5..97d7f37 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];
OpenPOWER on IntegriCloud