summaryrefslogtreecommitdiffstats
path: root/sys/net/if_tunvar.h
diff options
context:
space:
mode:
authortruckman <truckman@FreeBSD.org>1998-11-11 10:56:07 +0000
committertruckman <truckman@FreeBSD.org>1998-11-11 10:56:07 +0000
commitd869e3568091433f9d3beb11c9f29c4fdd08f39a (patch)
tree18bf440741743ec4f31ffe9110554bf83aa39ddb /sys/net/if_tunvar.h
parentde184682fa22833c7b18a96a136bc031ae786434 (diff)
downloadFreeBSD-src-d869e3568091433f9d3beb11c9f29c4fdd08f39a.zip
FreeBSD-src-d869e3568091433f9d3beb11c9f29c4fdd08f39a.tar.gz
I got another batch of suggestions for cosmetic changes from bde.
Diffstat (limited to 'sys/net/if_tunvar.h')
-rw-r--r--sys/net/if_tunvar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/if_tunvar.h b/sys/net/if_tunvar.h
index d0ef510..9e537d3 100644
--- a/sys/net/if_tunvar.h
+++ b/sys/net/if_tunvar.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: if_tunvar.h,v 1.1 1998/01/11 17:52:33 brian Exp $
+ * $Id: if_tunvar.h,v 1.2 1998/11/11 10:04:10 truckman Exp $
*/
#ifndef _NET_IF_TUNVAR_H_
@@ -42,7 +42,7 @@ struct tun_softc {
#define TUN_READY (TUN_OPEN | TUN_INITED)
struct ifnet tun_if; /* the interface */
- struct sigio *tun_sigio; /* information for SIGIO */
+ struct sigio *tun_sigio; /* information for async I/O */
struct selinfo tun_rsel; /* read select */
struct selinfo tun_wsel; /* write select (not used) */
};
OpenPOWER on IntegriCloud