diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2003-04-03 21:36:33 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2003-04-03 21:36:33 +0000 |
| commit | 8368cf8f75949c1d998e41a4b98fc8d6db4332de (patch) | |
| tree | 6ea4281e59072c649579ced46faa3cd8495197d4 /sys/dev/txp | |
| parent | 85fcc22cf65a382feb2f9a4e8b37552cff057088 (diff) | |
Notes
Diffstat (limited to 'sys/dev/txp')
| -rw-r--r-- | sys/dev/txp/if_txp.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/txp/if_txp.c b/sys/dev/txp/if_txp.c index 7c4d74d25ec3..dec498f58244 100644 --- a/sys/dev/txp/if_txp.c +++ b/sys/dev/txp/if_txp.c @@ -1,5 +1,4 @@ /* $OpenBSD: if_txp.c,v 1.48 2001/06/27 06:34:50 kjc Exp $ */ -/* $FreeBSD$ */ /* * Copyright (c) 2001 @@ -39,6 +38,9 @@ * Driver for 3c990 (Typhoon) Ethernet ASIC */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <sys/param.h> #include <sys/systm.h> #include <sys/sockio.h> |
