From 8675115e755e1245bb8e07e750b0374223574ca6 Mon Sep 17 00:00:00 2001 From: phk Date: Sun, 15 Aug 1999 09:54:57 +0000 Subject: Give if_tun the "almost clone" makeover. --- sys/amd64/conf/GENERIC | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/amd64') diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index f9ff2ac..91e56ab 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -15,7 +15,7 @@ # device lines is also present in the ./LINT configuration file. If you are # in doubt as to the purpose or necessity of a line, check first in LINT. # -# $Id: GENERIC,v 1.180 1999/08/08 19:28:57 phk Exp $ +# $Id: GENERIC,v 1.181 1999/08/15 09:38:20 phk Exp $ machine i386 cpu I386_CPU @@ -195,7 +195,7 @@ pseudo-device loop # Network loopback pseudo-device ether # Ethernet support pseudo-device sl 1 # Kernel SLIP pseudo-device ppp 1 # Kernel PPP -pseudo-device tun 1 # Packet tunnel, for ppp(1) +pseudo-device tun # Packet tunnel, for ppp(1) pseudo-device pty # Pseudo-ttys (telnet etc) pseudo-device gzip # Exec gzipped a.out's -- cgit v1.1