diff options
author | imp <imp@FreeBSD.org> | 2005-01-07 02:29:27 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2005-01-07 02:29:27 +0000 |
commit | f0bf889d0d2ea7d83fd3b67266a98c89cdf14853 (patch) | |
tree | f453e3c07b7d678a92c36b5dd03f0f390cd0c5b9 /sys/pc98/i386 | |
parent | 4ddf4b47c4f62804a423937c4503ddae8f84c089 (diff) | |
download | FreeBSD-src-f0bf889d0d2ea7d83fd3b67266a98c89cdf14853.zip FreeBSD-src-f0bf889d0d2ea7d83fd3b67266a98c89cdf14853.tar.gz |
/* -> /*- for license, minor formatting changes
Diffstat (limited to 'sys/pc98/i386')
-rw-r--r-- | sys/pc98/i386/busio.s | 2 | ||||
-rw-r--r-- | sys/pc98/i386/busiosubr.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/pc98/i386/busio.s b/sys/pc98/i386/busio.s index b80f98a..915dcae 100644 --- a/sys/pc98/i386/busio.s +++ b/sys/pc98/i386/busio.s @@ -2,7 +2,7 @@ /* $NecBSD: busio.s,v 1.16.4.1 1999/08/16 09:06:08 kmatsuda Exp $ */ /* $NetBSD$ */ -/* +/*- * [NetBSD for NEC PC-98 series] * Copyright (c) 1996, 1997, 1998 * NetBSD/pc98 porting staff. All rights reserved. diff --git a/sys/pc98/i386/busiosubr.c b/sys/pc98/i386/busiosubr.c index f88e8e4..8776d3f 100644 --- a/sys/pc98/i386/busiosubr.c +++ b/sys/pc98/i386/busiosubr.c @@ -2,7 +2,7 @@ /* $NecBSD: busiosubr.c,v 1.30.4.4 1999/08/28 02:25:35 honda Exp $ */ /* $NetBSD$ */ -/* +/*- * [NetBSD for NEC PC-98 series] * Copyright (c) 1996, 1997, 1998 * NetBSD/pc98 porting staff. All rights reserved. |