Adjust $FreeBSD$'s.

This commit is contained in:
David E. O'Brien 2004-03-17 03:43:53 +00:00
parent 3128c7b24e
commit f7d39bdcb6
2 changed files with 1 additions and 5 deletions

View File

@ -27,6 +27,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ident "$FreeBSD$"
#include <sys/cdefs.h> #include <sys/cdefs.h>
__FBSDID("$FreeBSD$"); __FBSDID("$FreeBSD$");
@ -46,8 +47,6 @@ __FBSDID("$FreeBSD$");
* arrays that span controllers (Wow!). * arrays that span controllers (Wow!).
*/ */
#ident "$FreeBSD$"
#define _DPT_C_ #define _DPT_C_
#include "opt_dpt.h" #include "opt_dpt.h"

View File

@ -34,9 +34,6 @@ __FBSDID("$FreeBSD$");
* Intel EtherExpress Pro/100B PCI Fast Ethernet driver * Intel EtherExpress Pro/100B PCI Fast Ethernet driver
*/ */
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include <sys/param.h> #include <sys/param.h>
#include <sys/systm.h> #include <sys/systm.h>
#include <sys/endian.h> #include <sys/endian.h>