it compiles better when spelled correctly (karels)
authorMike Karels <karels@ucbvax.Berkeley.EDU>
Sat, 23 Jan 1988 00:34:31 +0000 (16:34 -0800)
committerMike Karels <karels@ucbvax.Berkeley.EDU>
Sat, 23 Jan 1988 00:34:31 +0000 (16:34 -0800)
SCCS-vsn: sys/vax/vax/autoconf.c 7.12

usr/src/sys/vax/vax/autoconf.c

index 440e9ef..c368811 100644 (file)
@@ -3,7 +3,7 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)autoconf.c  7.11 (Berkeley) %G%
+ *     @(#)autoconf.c  7.12 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
@@ -646,7 +646,7 @@ unifind(uhp0, pumem)
                malloc(UAMSIZ * sizeof (struct map), M_DEVBUF, M_NOWAIT);
        if (uhp->uh_map == 0)
                panic("no mem for unibus map");
                malloc(UAMSIZ * sizeof (struct map), M_DEVBUF, M_NOWAIT);
        if (uhp->uh_map == 0)
                panic("no mem for unibus map");
-       bzero(uhp->uh_map, UNAMSIZ * sizeof (struct map));
+       bzero(uhp->uh_map, UAMSIZ * sizeof (struct map));
        ubainitmaps(uhp);
 
        /*
        ubainitmaps(uhp);
 
        /*