Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/net recover DLT_HIPPY and DLT_HDLC from before for if_hi...
details: https://anonhg.NetBSD.org/src/rev/5b4a64fa3972
branches: trunk
changeset: 785951:5b4a64fa3972
user: kardel <kardel%NetBSD.org@localhost>
date: Sun Apr 07 14:12:05 2013 +0000
description:
recover DLT_HIPPY and DLT_HDLC from before for if_hippisubr.c and hd64570.c
diffstat:
sys/net/dlt.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 810e499898f5 -r 5b4a64fa3972 sys/net/dlt.h
--- a/sys/net/dlt.h Sun Apr 07 07:54:53 2013 +0000
+++ b/sys/net/dlt.h Sun Apr 07 14:12:05 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: dlt.h,v 1.13 2013/04/06 23:20:27 christos Exp $ */
+/* $NetBSD: dlt.h,v 1.14 2013/04/07 14:12:05 kardel Exp $ */
/*-
* Copyright (c) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997
@@ -105,6 +105,8 @@
#ifndef DLT_SLIP_BSDOS
#define DLT_SLIP_BSDOS 13 /* BSD/OS Serial Line IP */
#define DLT_PPP_BSDOS 14 /* BSD/OS Point-to-point Protocol */
+#define DLT_HIPPI 15 /* HIPPI */
+#define DLT_HDLC 16 /* HDLC framing */
#endif
#else
#define DLT_SLIP_BSDOS 15 /* BSD/OS Serial Line IP */
Home |
Main Index |
Thread Index |
Old Index