aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/txp
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2003-04-03 21:36:33 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2003-04-03 21:36:33 +0000
commit8368cf8f75949c1d998e41a4b98fc8d6db4332de (patch)
tree6ea4281e59072c649579ced46faa3cd8495197d4 /sys/dev/txp
parent85fcc22cf65a382feb2f9a4e8b37552cff057088 (diff)
downloadsrc-8368cf8f75949c1d998e41a4b98fc8d6db4332de.tar.gz
src-8368cf8f75949c1d998e41a4b98fc8d6db4332de.zip
Use __FBSDID rather than rcsid[].
Notes
Notes: svn path=/head/; revision=113038
Diffstat (limited to 'sys/dev/txp')
-rw-r--r--sys/dev/txp/if_txp.c4
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>