summaryrefslogtreecommitdiffstats
path: root/sys/dev/ed
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-11-14 17:16:58 +0000
committerobrien <obrien@FreeBSD.org>2003-11-14 17:16:58 +0000
commitb0479caf614810b424cbb8e80b47db2da6b2ca71 (patch)
tree2eaf7fc7d82bb8d1e15839fdb981b640a4f32c00 /sys/dev/ed
parent6260ac284472c8aa21372d1fa6906101f062ac5e (diff)
downloadFreeBSD-src-b0479caf614810b424cbb8e80b47db2da6b2ca71.zip
FreeBSD-src-b0479caf614810b424cbb8e80b47db2da6b2ca71.tar.gz
Remove duplicate FBSDID's, move others to their right place.
Diffstat (limited to 'sys/dev/ed')
-rw-r--r--sys/dev/ed/if_ed.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/ed/if_ed.c b/sys/dev/ed/if_ed.c
index 8863e9d..063e7bb 100644
--- a/sys/dev/ed/if_ed.c
+++ b/sys/dev/ed/if_ed.c
@@ -23,10 +23,11 @@
* 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.
- *
- * $FreeBSD$
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
/*
* Device driver for National Semiconductor DS8390/WD83C690 based ethernet
* adapters. By David Greenman, 29-April-1993
OpenPOWER on IntegriCloud