diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-02-24 14:32:48 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-02-24 14:32:48 +0000 |
commit | 2bf3efbd57d3cf90a0b4c6824099c516974aecc9 (patch) | |
tree | fa0d560627e5d74e9434e9bd7b0a72e954299f7e /sys | |
parent | 80846fead227acf9f74d25cc19ec66654e0cfc1f (diff) |
OpenBSD tags
Diffstat (limited to 'sys')
-rw-r--r-- | sys/msdosfs/bootsect.h | 1 | ||||
-rw-r--r-- | sys/msdosfs/bpb.h | 1 | ||||
-rw-r--r-- | sys/msdosfs/direntry.h | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/sys/msdosfs/bootsect.h b/sys/msdosfs/bootsect.h index 4c31483fdfd..16e695fce3b 100644 --- a/sys/msdosfs/bootsect.h +++ b/sys/msdosfs/bootsect.h @@ -1,3 +1,4 @@ +/* $OpenBSD: bootsect.h,v 1.2 1997/02/24 14:32:46 niklas Exp $ */ /* $NetBSD: bootsect.h,v 1.7 1995/07/24 06:36:23 leo Exp $ */ /* diff --git a/sys/msdosfs/bpb.h b/sys/msdosfs/bpb.h index 67dc787000c..445940d924a 100644 --- a/sys/msdosfs/bpb.h +++ b/sys/msdosfs/bpb.h @@ -1,3 +1,4 @@ +/* $OpenBSD: bpb.h,v 1.2 1997/02/24 14:32:47 niklas Exp $ */ /* $NetBSD: bpb.h,v 1.5 1995/07/24 06:37:15 leo Exp $ */ /* diff --git a/sys/msdosfs/direntry.h b/sys/msdosfs/direntry.h index 57d0e48390c..578ab3a9363 100644 --- a/sys/msdosfs/direntry.h +++ b/sys/msdosfs/direntry.h @@ -1,3 +1,4 @@ +/* $OpenBSD: direntry.h,v 1.3 1997/02/24 14:32:47 niklas Exp $ */ /* $NetBSD: direntry.h,v 1.11 1995/11/29 15:08:34 ws Exp $ */ /*- |