fixes for range locking
[unix-history] / usr / src / old / sdb / sub.c
index 8f7a200..9a65f49 100644 (file)
@@ -1,4 +1,4 @@
-static char sccsid[] = "@(#)sub.c 4.1 %G%";
+static char sccsid[] = "@(#)sub.c 4.2 %G%";
 #include "head.h"
 #include <a.out.h>
 #include <stab.h>
 #include "head.h"
 #include <a.out.h>
 #include <stab.h>
@@ -204,6 +204,7 @@ char *pat, *str; {
 
 /* gets indirect address for pointers and subscripts */
 getindir(class, addr, type) 
 
 /* gets indirect address for pointers and subscripts */
 getindir(class, addr, type) 
+u_char class;
 ADDR addr; {
        if (ISARY(type)) return(addr);
        if (class == N_RSYM)
 ADDR addr; {
        if (ISARY(type)) return(addr);
        if (class == N_RSYM)