summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/defs.h
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2012-12-08 22:16:36 +0000
committereadler <eadler@FreeBSD.org>2012-12-08 22:16:36 +0000
commit98601953890f2c4381eda07f2914bfc1f8b114ec (patch)
treef4eb059d7bece22fe786b8ea954ad4670def8331 /usr.sbin/ppp/defs.h
parent119dc9f0d3490c6f10810a57a13e1ffed7ed2b87 (diff)
downloadFreeBSD-src-98601953890f2c4381eda07f2914bfc1f8b114ec.zip
FreeBSD-src-98601953890f2c4381eda07f2914bfc1f8b114ec.tar.gz
A number of places in the source tree still reference cuad.* after
sio(4) was deprecated by uart(4). s/cuad/cuau/g/ PR: docs/171533 Reviewed by: imp Approved by: cperciva (implicit) MFC after: 3 weeks
Diffstat (limited to 'usr.sbin/ppp/defs.h')
-rw-r--r--usr.sbin/ppp/defs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ppp/defs.h b/usr.sbin/ppp/defs.h
index f56ee32..d7cc799 100644
--- a/usr.sbin/ppp/defs.h
+++ b/usr.sbin/ppp/defs.h
@@ -30,7 +30,7 @@
/* Check the following definitions for your machine environment */
#ifdef __FreeBSD__
-# define MODEM_LIST "/dev/cuad1\0/dev/cuad0" /* name of tty device */
+# define MODEM_LIST "/dev/cuau1\0/dev/cuau0" /* name of tty device */
#else
# ifdef __OpenBSD__
# define MODEM_LIST "/dev/cua01\0/dev/cua00" /* name of tty device */
OpenPOWER on IntegriCloud