diff options
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/aic7xxx/aic7xxx.seq | 2 | ||||
-rw-r--r-- | sys/dev/aic7xxx/aic7xxx_asm.c | 2 | ||||
-rw-r--r-- | sys/dev/aic7xxx/aic7xxx_reg.h | 2 | ||||
-rw-r--r-- | sys/dev/ccd/ccd.c | 2 | ||||
-rw-r--r-- | sys/dev/vx/if_vx.c | 2 |
5 files changed, 6 insertions, 4 deletions
diff --git a/sys/dev/aic7xxx/aic7xxx.seq b/sys/dev/aic7xxx/aic7xxx.seq index 24c1ea215d8e1..81121fa6a1ea1 100644 --- a/sys/dev/aic7xxx/aic7xxx.seq +++ b/sys/dev/aic7xxx/aic7xxx.seq @@ -39,7 +39,7 @@ * *-M************************************************************************/ -VERSION AIC7XXX_SEQ_VER "$Id: aic7xxx.seq,v 1.42.2.1 1996/09/06 06:32:29 gibbs Exp $" +VERSION AIC7XXX_SEQ_VER "$Id: aic7xxx.seq,v 1.16.4.18 1996/10/06 16:41:52 gibbs Exp $" #if defined(__NetBSD__) #include "../../../../dev/ic/aic7xxxreg.h" diff --git a/sys/dev/aic7xxx/aic7xxx_asm.c b/sys/dev/aic7xxx/aic7xxx_asm.c index 24140373b13d1..8984291466c3c 100644 --- a/sys/dev/aic7xxx/aic7xxx_asm.c +++ b/sys/dev/aic7xxx/aic7xxx_asm.c @@ -43,7 +43,7 @@ * are token separators. * *-M*************************************************************************/ -static char id[] = "$Id: aic7xxx_asm.c,v 1.12 1996/03/31 03:02:35 gibbs Exp $"; +static char id[] = "$Id: aic7xxx_asm.c,v 1.9.4.4 1996/06/08 07:10:21 gibbs Exp $"; #include <ctype.h> #include <stdio.h> #include <string.h> diff --git a/sys/dev/aic7xxx/aic7xxx_reg.h b/sys/dev/aic7xxx/aic7xxx_reg.h index 5446632d77f25..20913499923f8 100644 --- a/sys/dev/aic7xxx/aic7xxx_reg.h +++ b/sys/dev/aic7xxx/aic7xxx_reg.h @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: aic7xxx_reg.h,v 1.12.2.1 1996/09/06 06:32:32 gibbs Exp $ + * $Id: aic7xxx_reg.h,v 1.2.2.9 1996/10/06 16:41:58 gibbs Exp $ */ /* diff --git a/sys/dev/ccd/ccd.c b/sys/dev/ccd/ccd.c index 884d1c8bb1a71..42d82cfa716c0 100644 --- a/sys/dev/ccd/ccd.c +++ b/sys/dev/ccd/ccd.c @@ -1,4 +1,4 @@ -/* $Id: ccd.c,v 1.12 1996/05/13 09:17:42 asami Exp $ */ +/* $Id: ccd.c,v 1.10.2.3 1996/05/13 09:18:26 asami Exp $ */ /* $NetBSD: ccd.c,v 1.22 1995/12/08 19:13:26 thorpej Exp $ */ diff --git a/sys/dev/vx/if_vx.c b/sys/dev/vx/if_vx.c index b5be45dbf9130..a6e001fb0133c 100644 --- a/sys/dev/vx/if_vx.c +++ b/sys/dev/vx/if_vx.c @@ -888,6 +888,7 @@ vxioctl(ifp, cmd, data) #ifdef NS case AF_NS: + { register struct ns_addr *ina = &(IA_SNS(ifa)->sns_addr); if (ns_nullhost(*ina)) @@ -900,6 +901,7 @@ vxioctl(ifp, cmd, data) } vxinit(sc); break; + } #endif default: vxinit(sc); |