aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/tun.h
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>1997-11-17 00:42:41 +0000
committerBrian Somers <brian@FreeBSD.org>1997-11-17 00:42:41 +0000
commitc7d4711f9e439af068f932de8ae3757dd26bd634 (patch)
tree73764c9e87c590262c8d4536953b43c3f3d54655 /usr.sbin/ppp/tun.h
parent6a6b4bbb08730720e1751d9c6624fe056a0314a2 (diff)
downloadsrc-c7d4711f9e439af068f932de8ae3757dd26bd634.tar.gz
src-c7d4711f9e439af068f932de8ae3757dd26bd634.zip
Add id strings to tun.[ch].
Don't try to open ppp.secret if we're never going to use it.
Notes
Notes: svn path=/head/; revision=31196
Diffstat (limited to 'usr.sbin/ppp/tun.h')
-rw-r--r--usr.sbin/ppp/tun.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.sbin/ppp/tun.h b/usr.sbin/ppp/tun.h
index bc495e1b8c38..1d1d693d238a 100644
--- a/usr.sbin/ppp/tun.h
+++ b/usr.sbin/ppp/tun.h
@@ -1,3 +1,7 @@
+/*
+ * $Id$
+ */
+
struct tun_data {
#ifdef __OpenBSD__
struct tunnel_header head;