diff options
Diffstat (limited to 'sbin/camcontrol')
| -rw-r--r-- | sbin/camcontrol/Makefile | 2 | ||||
| -rw-r--r-- | sbin/camcontrol/camcontrol.8 | 2 | ||||
| -rw-r--r-- | sbin/camcontrol/camcontrol.c | 2 | ||||
| -rw-r--r-- | sbin/camcontrol/camcontrol.h | 2 | ||||
| -rw-r--r-- | sbin/camcontrol/modeedit.c | 2 | ||||
| -rw-r--r-- | sbin/camcontrol/util.c | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/sbin/camcontrol/Makefile b/sbin/camcontrol/Makefile index bf2ba4a864e2..b0856cf878bb 100644 --- a/sbin/camcontrol/Makefile +++ b/sbin/camcontrol/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/camcontrol/Makefile,v 1.16 2004/05/14 13:31:21 cognet Exp $ PROG= camcontrol SRCS= camcontrol.c util.c diff --git a/sbin/camcontrol/camcontrol.8 b/sbin/camcontrol/camcontrol.8 index 3923d5a5a5b0..bd0b3da9213d 100644 --- a/sbin/camcontrol/camcontrol.8 +++ b/sbin/camcontrol/camcontrol.8 @@ -25,7 +25,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/camcontrol/camcontrol.8,v 1.41 2005/06/14 11:24:55 ru Exp $ .\" .Dd September 14, 1998 .Dt CAMCONTROL 8 diff --git a/sbin/camcontrol/camcontrol.c b/sbin/camcontrol/camcontrol.c index a8447eea2d17..a4cb1726b5b8 100644 --- a/sbin/camcontrol/camcontrol.c +++ b/sbin/camcontrol/camcontrol.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/camcontrol/camcontrol.c,v 1.53 2005/03/26 05:34:54 ken Exp $"); #include <sys/ioctl.h> #include <sys/stdint.h> diff --git a/sbin/camcontrol/camcontrol.h b/sbin/camcontrol/camcontrol.h index eebbe8553ed5..55b757870fa6 100644 --- a/sbin/camcontrol/camcontrol.h +++ b/sbin/camcontrol/camcontrol.h @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sbin/camcontrol/camcontrol.h,v 1.4 2000/08/08 06:24:15 kbyanc Exp $ */ #ifndef _CAMCONTROL_H diff --git a/sbin/camcontrol/modeedit.c b/sbin/camcontrol/modeedit.c index 3fb9587e206a..b93ce2094398 100644 --- a/sbin/camcontrol/modeedit.c +++ b/sbin/camcontrol/modeedit.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/camcontrol/modeedit.c,v 1.17 2004/01/22 07:23:35 grehan Exp $"); #include <sys/queue.h> #include <sys/types.h> diff --git a/sbin/camcontrol/util.c b/sbin/camcontrol/util.c index 67f4e4f0cd15..57a9b195c530 100644 --- a/sbin/camcontrol/util.c +++ b/sbin/camcontrol/util.c @@ -44,7 +44,7 @@ * from: scsi.c,v 1.17 1998/01/12 07:57:57 charnier Exp $"; */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/camcontrol/util.c,v 1.10 2003/08/05 09:19:07 johan Exp $"); #include <sys/stdint.h> #include <sys/types.h> |
