diff options
author | rwatson <rwatson@FreeBSD.org> | 2007-04-17 12:27:08 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2007-04-17 12:27:08 +0000 |
commit | 8422d21fb88164a386dda2a4fe8768988c149bf4 (patch) | |
tree | db0b4e41ac3512c1f0d641d9821cb2c081915b3c /sys/bsm | |
parent | 7ea3197c4fdf37c08fe6ef80810a3fd454dc168d (diff) | |
download | FreeBSD-src-8422d21fb88164a386dda2a4fe8768988c149bf4.zip FreeBSD-src-8422d21fb88164a386dda2a4fe8768988c149bf4.tar.gz |
Change $P4$ ID strings to P4 ID strings so that they are not auto-expanded
when integrated back into Perforce. This avoids unnecessary conflicts
during the loopback of files maintained in Perforce.
Diffstat (limited to 'sys/bsm')
-rw-r--r-- | sys/bsm/audit.h | 2 | ||||
-rw-r--r-- | sys/bsm/audit_internal.h | 2 | ||||
-rw-r--r-- | sys/bsm/audit_kevents.h | 2 | ||||
-rw-r--r-- | sys/bsm/audit_record.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/sys/bsm/audit.h b/sys/bsm/audit.h index 50ed159..05830be 100644 --- a/sys/bsm/audit.h +++ b/sys/bsm/audit.h @@ -30,7 +30,7 @@ * * @APPLE_BSD_LICENSE_HEADER_END@ * - * $P4: //depot/projects/trustedbsd/audit3/sys/bsm/audit.h#36 $ + * P4: //depot/projects/trustedbsd/audit3/sys/bsm/audit.h#36 * $FreeBSD$ */ diff --git a/sys/bsm/audit_internal.h b/sys/bsm/audit_internal.h index 9f467ef..46fd1f5 100644 --- a/sys/bsm/audit_internal.h +++ b/sys/bsm/audit_internal.h @@ -34,7 +34,7 @@ * * @APPLE_BSD_LICENSE_HEADER_END@ * - * $P4: //depot/projects/trustedbsd/audit3/sys/bsm/audit_internal.h#16 $ + * P4: //depot/projects/trustedbsd/audit3/sys/bsm/audit_internal.h#16 * $FreeBSD$ */ diff --git a/sys/bsm/audit_kevents.h b/sys/bsm/audit_kevents.h index e1c9103..2263268 100644 --- a/sys/bsm/audit_kevents.h +++ b/sys/bsm/audit_kevents.h @@ -30,7 +30,7 @@ * * @APPLE_BSD_LICENSE_HEADER_END@ * - * $P4: //depot/projects/trustedbsd/audit3/sys/bsm/audit_kevents.h#32 $ + * P4: //depot/projects/trustedbsd/audit3/sys/bsm/audit_kevents.h#32 * $FreeBSD$ */ diff --git a/sys/bsm/audit_record.h b/sys/bsm/audit_record.h index f3fd4ca..ee7df61 100644 --- a/sys/bsm/audit_record.h +++ b/sys/bsm/audit_record.h @@ -30,7 +30,7 @@ * * @APPLE_BSD_LICENSE_HEADER_END@ * - * $P4: //depot/projects/trustedbsd/audit3/sys/bsm/audit_record.h#24 $ + * P4: //depot/projects/trustedbsd/audit3/sys/bsm/audit_record.h#24 * $FreeBSD$ */ |