diff options
Diffstat (limited to 'usr.sbin/mkdosfs')
-rw-r--r-- | usr.sbin/mkdosfs/Makefile | 2 | ||||
-rw-r--r-- | usr.sbin/mkdosfs/bootcode.asm | 2 | ||||
-rw-r--r-- | usr.sbin/mkdosfs/dosfs.h | 2 | ||||
-rw-r--r-- | usr.sbin/mkdosfs/mkdosfs.1 | 2 | ||||
-rw-r--r-- | usr.sbin/mkdosfs/mkdosfs.c | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/mkdosfs/Makefile b/usr.sbin/mkdosfs/Makefile index 1d8ff5d249e3..acc951eb480f 100644 --- a/usr.sbin/mkdosfs/Makefile +++ b/usr.sbin/mkdosfs/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Makefile,v 1.1.1.1 1995/11/05 16:02:04 joerg Exp $ # PROG= mkdosfs diff --git a/usr.sbin/mkdosfs/bootcode.asm b/usr.sbin/mkdosfs/bootcode.asm index 4f9cbe8a88a3..50f6c97f7cd5 100644 --- a/usr.sbin/mkdosfs/bootcode.asm +++ b/usr.sbin/mkdosfs/bootcode.asm @@ -11,7 +11,7 @@ ;;; (This is written in as86 syntax. as86 is part of Bruce Evans' ;;; bcc package.) ;;; -;;; $Id: bootcode.asm,v 1.5 1997/11/07 00:18:24 joerg Exp $ +;;; $Id: bootcode.asm,v 1.1.1.1.2.1 1997/11/07 00:21:42 joerg Exp $ ;;; ;;; This code must be linked to address 0x7c00 in order to function ;;; correctly (the BIOS boot address). diff --git a/usr.sbin/mkdosfs/dosfs.h b/usr.sbin/mkdosfs/dosfs.h index 08afd4c76485..543815db70a9 100644 --- a/usr.sbin/mkdosfs/dosfs.h +++ b/usr.sbin/mkdosfs/dosfs.h @@ -29,7 +29,7 @@ /* * MS-DOS (FAT) file system structure definitions. * - * $Id$ + * $Id: dosfs.h,v 1.1.1.1 1995/11/05 16:02:04 joerg Exp $ */ #ifndef DOSFS_H diff --git a/usr.sbin/mkdosfs/mkdosfs.1 b/usr.sbin/mkdosfs/mkdosfs.1 index 8f50116079af..c963d56b0d86 100644 --- a/usr.sbin/mkdosfs/mkdosfs.1 +++ b/usr.sbin/mkdosfs/mkdosfs.1 @@ -25,7 +25,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. .\" -.\" $Id: mkdosfs.1,v 1.3 1996/08/23 00:56:16 mpp Exp $ +.\" $Id: mkdosfs.1,v 1.3.2.1 1998/07/18 11:10:54 jkh Exp $ .\" .Dd November 5, 1995 .Os diff --git a/usr.sbin/mkdosfs/mkdosfs.c b/usr.sbin/mkdosfs/mkdosfs.c index 8a2a104e56b4..594ee09cc480 100644 --- a/usr.sbin/mkdosfs/mkdosfs.c +++ b/usr.sbin/mkdosfs/mkdosfs.c @@ -32,7 +32,7 @@ #ifndef lint static const char rcsid[] = - "$Id: mkdosfs.c,v 1.2.2.2 1997/09/29 06:34:38 charnier Exp $"; + "$Id: mkdosfs.c,v 1.2.2.3 1998/03/09 13:51:10 jkh Exp $"; #endif /* not lint */ #include <sys/types.h> |