Module Name:    src
Committed By:   kardel
Date:           Sun Apr  7 14:12:06 UTC 2013

Modified Files:
        src/sys/net: dlt.h

Log Message:
recover DLT_HIPPY and DLT_HDLC from before for if_hippisubr.c and hd64570.c


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/net/dlt.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/net/dlt.h
diff -u src/sys/net/dlt.h:1.13 src/sys/net/dlt.h:1.14
--- src/sys/net/dlt.h:1.13	Sat Apr  6 23:20:27 2013
+++ src/sys/net/dlt.h	Sun Apr  7 14:12:05 2013
@@ -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 */

Reply via email to