lint
[unix-history] / usr / src / sys / kern / subr_rmap.c
index 2580341..0c4acf3 100644 (file)
@@ -1,4 +1,4 @@
-/*     subr_rmap.c     4.7     82/10/21        */
+/*     subr_rmap.c     4.8     82/10/21        */
 
 #include "../h/param.h"
 #include "../h/systm.h"
 
 #include "../h/param.h"
 #include "../h/systm.h"
@@ -43,7 +43,7 @@
  */
 rminit(mp, size, addr, name, mapsize)
        register struct map *mp;
  */
 rminit(mp, size, addr, name, mapsize)
        register struct map *mp;
-       int size, addr;
+       long size, addr;
        char *name;
        int mapsize;
 {
        char *name;
        int mapsize;
 {