aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/makefs
diff options
context:
space:
mode:
authorKen Smith <kensmith@FreeBSD.org>2012-04-09 16:18:55 +0000
committerKen Smith <kensmith@FreeBSD.org>2012-04-09 16:18:55 +0000
commit039ea811636f62633b18bcadb9f5332b215f7900 (patch)
tree2b6265c3f691194eb9ff68f608c028eb43e14708 /usr.sbin/makefs
parent0724db41d65f0854fe1349e284feceb8c5c047ed (diff)
Diffstat (limited to 'usr.sbin/makefs')
-rw-r--r--usr.sbin/makefs/Makefile2
-rw-r--r--usr.sbin/makefs/cd9660.c2
-rw-r--r--usr.sbin/makefs/cd9660.h2
-rw-r--r--usr.sbin/makefs/cd9660/Makefile.inc2
-rw-r--r--usr.sbin/makefs/cd9660/cd9660_archimedes.c2
-rw-r--r--usr.sbin/makefs/cd9660/cd9660_archimedes.h2
-rw-r--r--usr.sbin/makefs/cd9660/cd9660_conversion.c2
-rw-r--r--usr.sbin/makefs/cd9660/cd9660_debug.c2
-rw-r--r--usr.sbin/makefs/cd9660/cd9660_eltorito.c2
-rw-r--r--usr.sbin/makefs/cd9660/cd9660_eltorito.h2
-rw-r--r--usr.sbin/makefs/cd9660/cd9660_strings.c2
-rw-r--r--usr.sbin/makefs/cd9660/cd9660_write.c2
-rw-r--r--usr.sbin/makefs/cd9660/iso9660_rrip.c2
-rw-r--r--usr.sbin/makefs/cd9660/iso9660_rrip.h2
-rw-r--r--usr.sbin/makefs/compat/Makefile.inc2
-rw-r--r--usr.sbin/makefs/compat/pwcache.c2
-rw-r--r--usr.sbin/makefs/compat/pwcache.h2
-rw-r--r--usr.sbin/makefs/compat/strsuftoll.c2
-rw-r--r--usr.sbin/makefs/ffs.c2
-rw-r--r--usr.sbin/makefs/ffs.h2
-rw-r--r--usr.sbin/makefs/ffs/Makefile.inc2
-rw-r--r--usr.sbin/makefs/ffs/buf.c2
-rw-r--r--usr.sbin/makefs/ffs/buf.h2
-rw-r--r--usr.sbin/makefs/ffs/ffs_alloc.c2
-rw-r--r--usr.sbin/makefs/ffs/ffs_balloc.c2
-rw-r--r--usr.sbin/makefs/ffs/ffs_bswap.c2
-rw-r--r--usr.sbin/makefs/ffs/ffs_extern.h2
-rw-r--r--usr.sbin/makefs/ffs/ffs_subr.c2
-rw-r--r--usr.sbin/makefs/ffs/mkfs.c2
-rw-r--r--usr.sbin/makefs/ffs/newfs_extern.h2
-rw-r--r--usr.sbin/makefs/ffs/ufs_bmap.c2
-rw-r--r--usr.sbin/makefs/ffs/ufs_bswap.h2
-rw-r--r--usr.sbin/makefs/ffs/ufs_inode.h2
-rw-r--r--usr.sbin/makefs/getid.c2
-rw-r--r--usr.sbin/makefs/makefs.82
-rw-r--r--usr.sbin/makefs/makefs.c2
-rw-r--r--usr.sbin/makefs/makefs.h2
-rw-r--r--usr.sbin/makefs/walk.c2
38 files changed, 38 insertions, 38 deletions
diff --git a/usr.sbin/makefs/Makefile b/usr.sbin/makefs/Makefile
index 37eeb38451fa..d28b1f1d175e 100644
--- a/usr.sbin/makefs/Makefile
+++ b/usr.sbin/makefs/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/usr.sbin/makefs/Makefile,v 1.2.4.2.2.1 2012/03/03 06:15:13 kensmith Exp $
PROG= makefs
diff --git a/usr.sbin/makefs/cd9660.c b/usr.sbin/makefs/cd9660.c
index b9e800d5ff08..8d4d379bbaf0 100644
--- a/usr.sbin/makefs/cd9660.c
+++ b/usr.sbin/makefs/cd9660.c
@@ -96,7 +96,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/usr.sbin/makefs/cd9660.c,v 1.2.2.5.2.1 2012/03/03 06:15:13 kensmith Exp $");
#include <string.h>
#include <ctype.h>
diff --git a/usr.sbin/makefs/cd9660.h b/usr.sbin/makefs/cd9660.h
index 108dd48cca12..32a30c118d1e 100644
--- a/usr.sbin/makefs/cd9660.h
+++ b/usr.sbin/makefs/cd9660.h
@@ -31,7 +31,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
* OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.sbin/makefs/cd9660.h,v 1.2.2.3.2.1 2012/03/03 06:15:13 kensmith Exp $
*/
#ifndef _MAKEFS_CD9660_H
diff --git a/usr.sbin/makefs/cd9660/Makefile.inc b/usr.sbin/makefs/cd9660/Makefile.inc
index 1455fcddaca6..8bd56b27980f 100644
--- a/usr.sbin/makefs/cd9660/Makefile.inc
+++ b/usr.sbin/makefs/cd9660/Makefile.inc
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/usr.sbin/makefs/cd9660/Makefile.inc,v 1.1.2.2.2.1 2012/03/03 06:15:13 kensmith Exp $
#
.PATH: ${.CURDIR}/cd9660 ${.CURDIR}/../../sys/fs/cd9660/
diff --git a/usr.sbin/makefs/cd9660/cd9660_archimedes.c b/usr.sbin/makefs/cd9660/cd9660_archimedes.c
index d18a0f7b51c0..bc40b98f8878 100644
--- a/usr.sbin/makefs/cd9660/cd9660_archimedes.c
+++ b/usr.sbin/makefs/cd9660/cd9660_archimedes.c
@@ -38,7 +38,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/usr.sbin/makefs/cd9660/cd9660_archimedes.c,v 1.1.2.2.2.1 2012/03/03 06:15:13 kensmith Exp $");
#include <assert.h>
#include <stdint.h>
diff --git a/usr.sbin/makefs/cd9660/cd9660_archimedes.h b/usr.sbin/makefs/cd9660/cd9660_archimedes.h
index 2717bf404f10..9c622ebb0415 100644
--- a/usr.sbin/makefs/cd9660/cd9660_archimedes.h
+++ b/usr.sbin/makefs/cd9660/cd9660_archimedes.h
@@ -29,7 +29,7 @@
/*
* cd9660_archimedes.c - support for RISC OS "ARCHIMEDES" extension
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.sbin/makefs/cd9660/cd9660_archimedes.h,v 1.1.2.2.2.1 2012/03/03 06:15:13 kensmith Exp $
*/
struct ISO_ARCHIMEDES {
diff --git a/usr.sbin/makefs/cd9660/cd9660_conversion.c b/usr.sbin/makefs/cd9660/cd9660_conversion.c
index 43fc7c5e488e..d3af9d50f196 100644
--- a/usr.sbin/makefs/cd9660/cd9660_conversion.c
+++ b/usr.sbin/makefs/cd9660/cd9660_conversion.c
@@ -34,7 +34,7 @@
#include "cd9660.h"
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/usr.sbin/makefs/cd9660/cd9660_conversion.c,v 1.1.2.3.2.1 2012/03/03 06:15:13 kensmith Exp $");
static char cd9660_compute_gm_offset(time_t);
diff --git a/usr.sbin/makefs/cd9660/cd9660_debug.c b/usr.sbin/makefs/cd9660/cd9660_debug.c
index d94ccbe5fc93..130e3987cc95 100644
--- a/usr.sbin/makefs/cd9660/cd9660_debug.c
+++ b/usr.sbin/makefs/cd9660/cd9660_debug.c
@@ -33,7 +33,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/usr.sbin/makefs/cd9660/cd9660_debug.c,v 1.1.2.2.2.1 2012/03/03 06:15:13 kensmith Exp $");
#include <sys/param.h>
#include <sys/mount.h>
diff --git a/usr.sbin/makefs/cd9660/cd9660_eltorito.c b/usr.sbin/makefs/cd9660/cd9660_eltorito.c
index ca3dfd9bd2bc..5053f1d69f9f 100644
--- a/usr.sbin/makefs/cd9660/cd9660_eltorito.c
+++ b/usr.sbin/makefs/cd9660/cd9660_eltorito.c
@@ -36,7 +36,7 @@
#include "cd9660_eltorito.h"
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/usr.sbin/makefs/cd9660/cd9660_eltorito.c,v 1.5.2.3.2.1 2012/03/03 06:15:13 kensmith Exp $");
#ifdef DEBUG
#define ELTORITO_DPRINTF(__x) printf __x
diff --git a/usr.sbin/makefs/cd9660/cd9660_eltorito.h b/usr.sbin/makefs/cd9660/cd9660_eltorito.h
index 02f153dad085..f2c549901660 100644
--- a/usr.sbin/makefs/cd9660/cd9660_eltorito.h
+++ b/usr.sbin/makefs/cd9660/cd9660_eltorito.h
@@ -31,7 +31,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
* OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.sbin/makefs/cd9660/cd9660_eltorito.h,v 1.1.2.2.2.1 2012/03/03 06:15:13 kensmith Exp $
*/
#ifndef _CD9660_ELTORITO_H_
diff --git a/usr.sbin/makefs/cd9660/cd9660_strings.c b/usr.sbin/makefs/cd9660/cd9660_strings.c
index 6280a5cfcdf2..ad43bc815de1 100644
--- a/usr.sbin/makefs/cd9660/cd9660_strings.c
+++ b/usr.sbin/makefs/cd9660/cd9660_strings.c
@@ -35,7 +35,7 @@
#include <sys/mount.h>
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/usr.sbin/makefs/cd9660/cd9660_strings.c,v 1.3.2.2.2.1 2012/03/03 06:15:13 kensmith Exp $");
#include <sys/param.h>
#include <ctype.h>
diff --git a/usr.sbin/makefs/cd9660/cd9660_write.c b/usr.sbin/makefs/cd9660/cd9660_write.c
index aaa06c913ea9..5d695d7cb44f 100644
--- a/usr.sbin/makefs/cd9660/cd9660_write.c
+++ b/usr.sbin/makefs/cd9660/cd9660_write.c
@@ -36,7 +36,7 @@
#include "iso9660_rrip.h"
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/usr.sbin/makefs/cd9660/cd9660_write.c,v 1.2.2.3.2.1 2012/03/03 06:15:13 kensmith Exp $");
static int cd9660_write_volume_descriptors(FILE *);
static int cd9660_write_path_table(FILE *, off_t, int);
diff --git a/usr.sbin/makefs/cd9660/iso9660_rrip.c b/usr.sbin/makefs/cd9660/iso9660_rrip.c
index 68de7ccc0e5c..4cb0c7d1b0c4 100644
--- a/usr.sbin/makefs/cd9660/iso9660_rrip.c
+++ b/usr.sbin/makefs/cd9660/iso9660_rrip.c
@@ -42,7 +42,7 @@
#include <stdio.h>
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/usr.sbin/makefs/cd9660/iso9660_rrip.c,v 1.1.2.3.2.1 2012/03/03 06:15:13 kensmith Exp $");
static void cd9660_rrip_initialize_inode(cd9660node *);
static int cd9660_susp_handle_continuation(cd9660node *);
diff --git a/usr.sbin/makefs/cd9660/iso9660_rrip.h b/usr.sbin/makefs/cd9660/iso9660_rrip.h
index 3653ac6d0267..23a6bde52b1e 100644
--- a/usr.sbin/makefs/cd9660/iso9660_rrip.h
+++ b/usr.sbin/makefs/cd9660/iso9660_rrip.h
@@ -31,7 +31,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
* OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.sbin/makefs/cd9660/iso9660_rrip.h,v 1.1.2.2.2.1 2012/03/03 06:15:13 kensmith Exp $
*/
#ifndef __ISO9660_RRIP_H__
#define __ISO9660_RRIP_H__
diff --git a/usr.sbin/makefs/compat/Makefile.inc b/usr.sbin/makefs/compat/Makefile.inc
index 5fdffa10ad95..8fd833769e01 100644
--- a/usr.sbin/makefs/compat/Makefile.inc
+++ b/usr.sbin/makefs/compat/Makefile.inc
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/usr.sbin/makefs/compat/Makefile.inc,v 1.1.2.2.2.1 2012/03/03 06:15:13 kensmith Exp $
#
.PATH: ${.CURDIR}/compat
diff --git a/usr.sbin/makefs/compat/pwcache.c b/usr.sbin/makefs/compat/pwcache.c
index 0579d2692ac5..04056d2e7653 100644
--- a/usr.sbin/makefs/compat/pwcache.c
+++ b/usr.sbin/makefs/compat/pwcache.c
@@ -67,7 +67,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/usr.sbin/makefs/compat/pwcache.c,v 1.1.4.1.8.1 2012/03/03 06:15:13 kensmith Exp $");
#include <sys/types.h>
#include <sys/param.h>
diff --git a/usr.sbin/makefs/compat/pwcache.h b/usr.sbin/makefs/compat/pwcache.h
index 17089511b650..6a5d7f8ac823 100644
--- a/usr.sbin/makefs/compat/pwcache.h
+++ b/usr.sbin/makefs/compat/pwcache.h
@@ -33,7 +33,7 @@
* SUCH DAMAGE.
*
* @(#)cache.h 8.1 (Berkeley) 5/31/93
- * $FreeBSD$
+ * $FreeBSD: src/usr.sbin/makefs/compat/pwcache.h,v 1.1.4.1.8.1 2012/03/03 06:15:13 kensmith Exp $
*/
/*
diff --git a/usr.sbin/makefs/compat/strsuftoll.c b/usr.sbin/makefs/compat/strsuftoll.c
index f73e3ad51d23..1a0a33e11dde 100644
--- a/usr.sbin/makefs/compat/strsuftoll.c
+++ b/usr.sbin/makefs/compat/strsuftoll.c
@@ -68,7 +68,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/usr.sbin/makefs/compat/strsuftoll.c,v 1.1.4.1.8.1 2012/03/03 06:15:13 kensmith Exp $");
#include <sys/types.h>
#include <sys/time.h>
diff --git a/usr.sbin/makefs/ffs.c b/usr.sbin/makefs/ffs.c
index 4f3fded80cb1..5be915b1f39a 100644
--- a/usr.sbin/makefs/ffs.c
+++ b/usr.sbin/makefs/ffs.c
@@ -66,7 +66,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/usr.sbin/makefs/ffs.c,v 1.2.4.2.2.1 2012/03/03 06:15:13 kensmith Exp $");
#include <sys/param.h>
diff --git a/usr.sbin/makefs/ffs.h b/usr.sbin/makefs/ffs.h
index 42611a43350a..9ef2d4173970 100644
--- a/usr.sbin/makefs/ffs.h
+++ b/usr.sbin/makefs/ffs.h
@@ -34,7 +34,7 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.sbin/makefs/ffs.h,v 1.1.2.2.2.1 2012/03/03 06:15:13 kensmith Exp $
*/
#ifndef _FFS_H
diff --git a/usr.sbin/makefs/ffs/Makefile.inc b/usr.sbin/makefs/ffs/Makefile.inc
index d681c4eff773..200422e543ec 100644
--- a/usr.sbin/makefs/ffs/Makefile.inc
+++ b/usr.sbin/makefs/ffs/Makefile.inc
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/usr.sbin/makefs/ffs/Makefile.inc,v 1.1.2.2.2.1 2012/03/03 06:15:13 kensmith Exp $
#
.PATH: ${.CURDIR}/ffs ${.CURDIR}/../../sys/ufs/ffs
diff --git a/usr.sbin/makefs/ffs/buf.c b/usr.sbin/makefs/ffs/buf.c
index 06538f509363..4fc21c8acf00 100644
--- a/usr.sbin/makefs/ffs/buf.c
+++ b/usr.sbin/makefs/ffs/buf.c
@@ -36,7 +36,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/usr.sbin/makefs/ffs/buf.c,v 1.1.4.2.2.1 2012/03/03 06:15:13 kensmith Exp $");
#include <sys/param.h>
#include <sys/time.h>
diff --git a/usr.sbin/makefs/ffs/buf.h b/usr.sbin/makefs/ffs/buf.h
index 02c67138e3cc..55bf488b64b5 100644
--- a/usr.sbin/makefs/ffs/buf.h
+++ b/usr.sbin/makefs/ffs/buf.h
@@ -34,7 +34,7 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.sbin/makefs/ffs/buf.h,v 1.1.4.1.8.1 2012/03/03 06:15:13 kensmith Exp $
*/
#ifndef _FFS_BUF_H
diff --git a/usr.sbin/makefs/ffs/ffs_alloc.c b/usr.sbin/makefs/ffs/ffs_alloc.c
index f676a39af3c7..d442e7d8fdd6 100644
--- a/usr.sbin/makefs/ffs/ffs_alloc.c
+++ b/usr.sbin/makefs/ffs/ffs_alloc.c
@@ -42,7 +42,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/usr.sbin/makefs/ffs/ffs_alloc.c,v 1.1.4.2.2.1 2012/03/03 06:15:13 kensmith Exp $");
#include <sys/param.h>
#include <sys/time.h>
diff --git a/usr.sbin/makefs/ffs/ffs_balloc.c b/usr.sbin/makefs/ffs/ffs_balloc.c
index 0a048ad356bd..5a72c964fcb5 100644
--- a/usr.sbin/makefs/ffs/ffs_balloc.c
+++ b/usr.sbin/makefs/ffs/ffs_balloc.c
@@ -33,7 +33,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/usr.sbin/makefs/ffs/ffs_balloc.c,v 1.1.4.1.8.1 2012/03/03 06:15:13 kensmith Exp $");
#include <sys/param.h>
#include <sys/time.h>
diff --git a/usr.sbin/makefs/ffs/ffs_bswap.c b/usr.sbin/makefs/ffs/ffs_bswap.c
index d560884f6378..cadd1d886066 100644
--- a/usr.sbin/makefs/ffs/ffs_bswap.c
+++ b/usr.sbin/makefs/ffs/ffs_bswap.c
@@ -31,7 +31,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/usr.sbin/makefs/ffs/ffs_bswap.c,v 1.1.4.1.8.1 2012/03/03 06:15:13 kensmith Exp $");
#include <sys/param.h>
#if defined(_KERNEL)
diff --git a/usr.sbin/makefs/ffs/ffs_extern.h b/usr.sbin/makefs/ffs/ffs_extern.h
index d95e69bf019d..39e052b77d81 100644
--- a/usr.sbin/makefs/ffs/ffs_extern.h
+++ b/usr.sbin/makefs/ffs/ffs_extern.h
@@ -30,7 +30,7 @@
* SUCH DAMAGE.
*
* @(#)ffs_extern.h 8.6 (Berkeley) 3/30/95
- * $FreeBSD$
+ * $FreeBSD: src/usr.sbin/makefs/ffs/ffs_extern.h,v 1.1.4.1.8.1 2012/03/03 06:15:13 kensmith Exp $
*/
#include "ffs/buf.h"
diff --git a/usr.sbin/makefs/ffs/ffs_subr.c b/usr.sbin/makefs/ffs/ffs_subr.c
index 5f9b6f2b7dc9..496d65761e0e 100644
--- a/usr.sbin/makefs/ffs/ffs_subr.c
+++ b/usr.sbin/makefs/ffs/ffs_subr.c
@@ -32,7 +32,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/usr.sbin/makefs/ffs/ffs_subr.c,v 1.1.4.1.8.1 2012/03/03 06:15:13 kensmith Exp $");
#include <sys/param.h>
diff --git a/usr.sbin/makefs/ffs/mkfs.c b/usr.sbin/makefs/ffs/mkfs.c
index 924ab6cbd661..69d78b1d3180 100644
--- a/usr.sbin/makefs/ffs/mkfs.c
+++ b/usr.sbin/makefs/ffs/mkfs.c
@@ -39,7 +39,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/usr.sbin/makefs/ffs/mkfs.c,v 1.1.4.2.2.1 2012/03/03 06:15:13 kensmith Exp $");
#include <sys/param.h>
#include <sys/time.h>
diff --git a/usr.sbin/makefs/ffs/newfs_extern.h b/usr.sbin/makefs/ffs/newfs_extern.h
index 88559b6011c5..9677888731e7 100644
--- a/usr.sbin/makefs/ffs/newfs_extern.h
+++ b/usr.sbin/makefs/ffs/newfs_extern.h
@@ -29,7 +29,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.sbin/makefs/ffs/newfs_extern.h,v 1.1.4.1.8.1 2012/03/03 06:15:13 kensmith Exp $
*/
/* prototypes */
diff --git a/usr.sbin/makefs/ffs/ufs_bmap.c b/usr.sbin/makefs/ffs/ufs_bmap.c
index 85c1d8759743..7f420e5c09da 100644
--- a/usr.sbin/makefs/ffs/ufs_bmap.c
+++ b/usr.sbin/makefs/ffs/ufs_bmap.c
@@ -38,7 +38,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/usr.sbin/makefs/ffs/ufs_bmap.c,v 1.1.4.1.8.1 2012/03/03 06:15:13 kensmith Exp $");
#include <sys/param.h>
#include <sys/time.h>
diff --git a/usr.sbin/makefs/ffs/ufs_bswap.h b/usr.sbin/makefs/ffs/ufs_bswap.h
index c3682556bdf4..a385ce1e3301 100644
--- a/usr.sbin/makefs/ffs/ufs_bswap.h
+++ b/usr.sbin/makefs/ffs/ufs_bswap.h
@@ -28,7 +28,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.sbin/makefs/ffs/ufs_bswap.h,v 1.2.4.1.8.1 2012/03/03 06:15:13 kensmith Exp $
*/
#ifndef _UFS_UFS_BSWAP_H_
diff --git a/usr.sbin/makefs/ffs/ufs_inode.h b/usr.sbin/makefs/ffs/ufs_inode.h
index 8286f867af56..cc9021e8e9c6 100644
--- a/usr.sbin/makefs/ffs/ufs_inode.h
+++ b/usr.sbin/makefs/ffs/ufs_inode.h
@@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* @(#)inode.h 8.9 (Berkeley) 5/14/95
- * $FreeBSD$
+ * $FreeBSD: src/usr.sbin/makefs/ffs/ufs_inode.h,v 1.1.4.1.8.1 2012/03/03 06:15:13 kensmith Exp $
*/
union dinode {
diff --git a/usr.sbin/makefs/getid.c b/usr.sbin/makefs/getid.c
index ca52fa39e46f..f85186bec721 100644
--- a/usr.sbin/makefs/getid.c
+++ b/usr.sbin/makefs/getid.c
@@ -68,7 +68,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/usr.sbin/makefs/getid.c,v 1.1.4.1.8.1 2012/03/03 06:15:13 kensmith Exp $");
#include <sys/param.h>
diff --git a/usr.sbin/makefs/makefs.8 b/usr.sbin/makefs/makefs.8
index ab343c0bf976..2ba435eee9b4 100644
--- a/usr.sbin/makefs/makefs.8
+++ b/usr.sbin/makefs/makefs.8
@@ -33,7 +33,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $FreeBSD$
+.\" $FreeBSD: src/usr.sbin/makefs/makefs.8,v 1.1.4.5.2.1 2012/03/03 06:15:13 kensmith Exp $
.\"
.Dd January 10, 2009
.Dt MAKEFS 8
diff --git a/usr.sbin/makefs/makefs.c b/usr.sbin/makefs/makefs.c
index f2420b6b2f8e..bb06fb4a14a6 100644
--- a/usr.sbin/makefs/makefs.c
+++ b/usr.sbin/makefs/makefs.c
@@ -36,7 +36,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/usr.sbin/makefs/makefs.c,v 1.1.4.2.2.1 2012/03/03 06:15:13 kensmith Exp $");
#include <assert.h>
#include <ctype.h>
diff --git a/usr.sbin/makefs/makefs.h b/usr.sbin/makefs/makefs.h
index 997c4dbf6af3..4008e254170c 100644
--- a/usr.sbin/makefs/makefs.h
+++ b/usr.sbin/makefs/makefs.h
@@ -34,7 +34,7 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.sbin/makefs/makefs.h,v 1.1.4.2.2.1 2012/03/03 06:15:13 kensmith Exp $
*/
#ifndef _MAKEFS_H
diff --git a/usr.sbin/makefs/walk.c b/usr.sbin/makefs/walk.c
index 0d7bd8ec5b6f..d3f0d043bfc2 100644
--- a/usr.sbin/makefs/walk.c
+++ b/usr.sbin/makefs/walk.c
@@ -37,7 +37,7 @@
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/usr.sbin/makefs/walk.c,v 1.1.4.2.2.1 2012/03/03 06:15:13 kensmith Exp $");
#include <sys/param.h>