aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/physical.c
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>1999-09-08 07:34:52 +0000
committerBrian Somers <brian@FreeBSD.org>1999-09-08 07:34:52 +0000
commitf02c2029cfe3fd6e711bbee0cdee951c440bd0a4 (patch)
tree25ef93fba0df27e969cb42256eccb3f3da1a0601 /usr.sbin/ppp/physical.c
parent42557179244773dfc32989da8e3138664787f1ea (diff)
downloadsrc-f02c2029cfe3fd6e711bbee0cdee951c440bd0a4.tar.gz
src-f02c2029cfe3fd6e711bbee0cdee951c440bd0a4.zip
Cosmetic:
alias_cmd -> nat_cmd after a repo-copy
Notes
Notes: svn path=/head/; revision=51075
Diffstat (limited to 'usr.sbin/ppp/physical.c')
-rw-r--r--usr.sbin/ppp/physical.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ppp/physical.c b/usr.sbin/ppp/physical.c
index a11dcde88bf4..2ee96eb7471f 100644
--- a/usr.sbin/ppp/physical.c
+++ b/usr.sbin/ppp/physical.c
@@ -46,7 +46,7 @@
#include "layer.h"
#ifndef NONAT
-#include "alias_cmd.h"
+#include "nat_cmd.h"
#endif
#include "proto.h"
#include "acf.h"