summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/physical.h
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1999-06-01 19:08:59 +0000
committerbrian <brian@FreeBSD.org>1999-06-01 19:08:59 +0000
commit25a14e6be5af8cb85e20ece06d1f1a51ca0f8633 (patch)
treedc1cb9952f54d949b98c6e8f205903ac14ba8bbd /usr.sbin/ppp/physical.h
parent562681fec0867c961d9c9aaf1465f0a2c8038829 (diff)
downloadFreeBSD-src-25a14e6be5af8cb85e20ece06d1f1a51ca0f8633.zip
FreeBSD-src-25a14e6be5af8cb85e20ece06d1f1a51ca0f8633.tar.gz
Increase the length of an individual device name to LINE_LEN.
Adjust the base physical device name correctly after a link transfer (allowing correct multilink callbacks).
Diffstat (limited to 'usr.sbin/ppp/physical.h')
-rw-r--r--usr.sbin/ppp/physical.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/physical.h b/usr.sbin/ppp/physical.h
index 59f0dcc..1f39412 100644
--- a/usr.sbin/ppp/physical.h
+++ b/usr.sbin/ppp/physical.h
@@ -16,7 +16,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id: physical.h,v 1.10 1999/05/12 09:48:58 brian Exp $
+ * $Id: physical.h,v 1.11 1999/05/24 16:39:14 brian Exp $
*
*/
@@ -66,7 +66,7 @@ struct physical {
} input;
struct {
- char full[40]; /* Our current device name */
+ char full[DEVICE_LEN]; /* Our current device name */
char *base;
} name;
OpenPOWER on IntegriCloud