diff options
| author | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2010-01-08 17:20:41 +0000 |
|---|---|---|
| committer | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2010-01-08 17:20:41 +0000 |
| commit | 28bce2e9928004fecc21f922f7b8683151b00a32 (patch) | |
| tree | aaf8aa3c70512fef11be36f0c28750465e20c8b1 /sys/dev/dpt | |
| parent | 558312167d4591733e888ac86b3821b6e117dda3 (diff) | |
Notes
Diffstat (limited to 'sys/dev/dpt')
| -rw-r--r-- | sys/dev/dpt/dpt.h | 4 | ||||
| -rw-r--r-- | sys/dev/dpt/dpt_scsi.c | 1 |
2 files changed, 1 insertions, 4 deletions
diff --git a/sys/dev/dpt/dpt.h b/sys/dev/dpt/dpt.h index b1562d3cd3b2..c31e6e38e302 100644 --- a/sys/dev/dpt/dpt.h +++ b/sys/dev/dpt/dpt.h @@ -26,6 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * + * $FreeBSD$ */ /* @@ -39,9 +40,6 @@ * FreeBSD.ORG; Great O/S to work on and for. */ - -#ident "$FreeBSD$" - #ifndef _DPT_H #define _DPT_H diff --git a/sys/dev/dpt/dpt_scsi.c b/sys/dev/dpt/dpt_scsi.c index eb1f3f444626..2f72407f5d91 100644 --- a/sys/dev/dpt/dpt_scsi.c +++ b/sys/dev/dpt/dpt_scsi.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#ident "$FreeBSD$" #include <sys/cdefs.h> __FBSDID("$FreeBSD$"); |
