aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2004-03-17 03:43:53 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2004-03-17 03:43:53 +0000
commitf7d39bdcb636407cb8a8bea8f6d907765642659a (patch)
tree6b2082e01dccd78132394544e52ecb436781c68f
parent3128c7b24e9b039671194afdd098081f25659e17 (diff)
downloadsrc-f7d39bdcb636407cb8a8bea8f6d907765642659a.tar.gz
src-f7d39bdcb636407cb8a8bea8f6d907765642659a.zip
Adjust $FreeBSD$'s.
Notes
Notes: svn path=/head/; revision=127103
-rw-r--r--sys/dev/dpt/dpt_scsi.c3
-rw-r--r--sys/dev/fxp/if_fxp.c3
2 files changed, 1 insertions, 5 deletions
diff --git a/sys/dev/dpt/dpt_scsi.c b/sys/dev/dpt/dpt_scsi.c
index 4ae2cc8fd52f..533ac933b7eb 100644
--- a/sys/dev/dpt/dpt_scsi.c
+++ b/sys/dev/dpt/dpt_scsi.c
@@ -27,6 +27,7 @@
* SUCH DAMAGE.
*/
+#ident "$FreeBSD$"
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
@@ -46,8 +47,6 @@ __FBSDID("$FreeBSD$");
* arrays that span controllers (Wow!).
*/
-#ident "$FreeBSD$"
-
#define _DPT_C_
#include "opt_dpt.h"
diff --git a/sys/dev/fxp/if_fxp.c b/sys/dev/fxp/if_fxp.c
index d35e7347f700..b6c20f00d94d 100644
--- a/sys/dev/fxp/if_fxp.c
+++ b/sys/dev/fxp/if_fxp.c
@@ -34,9 +34,6 @@ __FBSDID("$FreeBSD$");
* Intel EtherExpress Pro/100B PCI Fast Ethernet driver
*/
-#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/endian.h>