diff options
| author | Ken Smith <kensmith@FreeBSD.org> | 2010-07-17 05:41:01 +0000 |
|---|---|---|
| committer | Ken Smith <kensmith@FreeBSD.org> | 2010-07-17 05:41:01 +0000 |
| commit | 90d6fa76a8141fc596ad376ecd86a8a493836298 (patch) | |
| tree | c3fe0d41bc0f86f1e7fcaaa9e480f60fec34cb2f /sys/pc98/include/pc | |
| parent | 9adee7d03f2e4c91e6330410f88fb5addaf2a24a (diff) | |
Diffstat (limited to 'sys/pc98/include/pc')
| -rw-r--r-- | sys/pc98/include/pc/bios.h | 2 | ||||
| -rw-r--r-- | sys/pc98/include/pc/display.h | 2 | ||||
| -rw-r--r-- | sys/pc98/include/pc/vesa.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/pc98/include/pc/bios.h b/sys/pc98/include/pc/bios.h index d804fdec3618..493aaedacc78 100644 --- a/sys/pc98/include/pc/bios.h +++ b/sys/pc98/include/pc/bios.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/pc/bios.h,v 1.1.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #include <i386/pc/bios.h> diff --git a/sys/pc98/include/pc/display.h b/sys/pc98/include/pc/display.h index 0a906c885d8c..edcab21b864f 100644 --- a/sys/pc98/include/pc/display.h +++ b/sys/pc98/include/pc/display.h @@ -22,7 +22,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/pc98/include/pc/display.h,v 1.2.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _PC98_INCLUDE_PC_DISPLAY_H_ diff --git a/sys/pc98/include/pc/vesa.h b/sys/pc98/include/pc/vesa.h index 2c1c3eb0c573..b0863ba647a6 100644 --- a/sys/pc98/include/pc/vesa.h +++ b/sys/pc98/include/pc/vesa.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/pc/vesa.h,v 1.1.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #include <i386/pc/vesa.h> |
