diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2003-11-14 17:16:58 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2003-11-14 17:16:58 +0000 |
| commit | 4dc52c32bf0d738474a580a6bcff86f9dc3606f5 (patch) | |
| tree | 2eaf7fc7d82bb8d1e15839fdb981b640a4f32c00 /sys/dev/tx | |
| parent | cd8ce96d580118a7aaba972f5345c7d2e5efd988 (diff) | |
Notes
Diffstat (limited to 'sys/dev/tx')
| -rw-r--r-- | sys/dev/tx/if_tx.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/dev/tx/if_tx.c b/sys/dev/tx/if_tx.c index dc9c908867d5..fa4fc9d439cd 100644 --- a/sys/dev/tx/if_tx.c +++ b/sys/dev/tx/if_tx.c @@ -22,7 +22,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * */ #include <sys/cdefs.h> @@ -40,9 +39,6 @@ __FBSDID("$FreeBSD$"); * Thanks are going to Steve Bauer and Jason Wright. */ -#include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <sys/param.h> #include <sys/systm.h> #include <sys/sockio.h> |
