BSD 3 development
[unix-history] / usr / src / cmd / struct / 1.form.c
index cf0e3ed..df8173c 100644 (file)
@@ -191,7 +191,7 @@ char unbuf[maxunbp+1];
 int unbp;
 
 empseek(linebeg)
 int unbp;
 
 empseek(linebeg)
-unsigned int linebeg;
+int linebeg;
        {
        unbp = 0;
        if (fseek(infd,(long)(linebeg+rtnbeg),0) == -1)
        {
        unbp = 0;
        if (fseek(infd,(long)(linebeg+rtnbeg),0) == -1)