summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/main.c
diff options
context:
space:
mode:
authorpiso <piso@FreeBSD.org>2008-03-12 14:34:34 +0000
committerpiso <piso@FreeBSD.org>2008-03-12 14:34:34 +0000
commitf2e5e0ae4524d1a3d5058c7486915c7904b59944 (patch)
tree52eec78dcdf540e701d11949082f5bd24807c298 /usr.sbin/ppp/main.c
parent0c792dea7078c0f11e629f340594d1c41e1305b9 (diff)
downloadFreeBSD-src-f2e5e0ae4524d1a3d5058c7486915c7904b59944.zip
FreeBSD-src-f2e5e0ae4524d1a3d5058c7486915c7904b59944.tar.gz
Update to the "new" libalias API (and thus fix world breakage).
Diffstat (limited to 'usr.sbin/ppp/main.c')
-rw-r--r--usr.sbin/ppp/main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ppp/main.c b/usr.sbin/ppp/main.c
index 694b744..b4d5e29 100644
--- a/usr.sbin/ppp/main.c
+++ b/usr.sbin/ppp/main.c
@@ -107,6 +107,7 @@ static void TerminalStop(int);
static struct bundle *SignalBundle;
static struct prompt *SignalPrompt;
+struct libalias *la;
void
Cleanup()
@@ -327,7 +328,7 @@ main(int argc, char **argv)
log_Open(name ? name + 1 : argv[0]);
#ifndef NONAT
- PacketAliasInit();
+ la = LibAliasInit(NULL);
#endif
label = ProcessArgs(argc, argv, &sw);
OpenPOWER on IntegriCloud