*** hints/freebsd.sh.bak Thu Apr 27 23:42:49 1995 --- hints/freebsd.sh Thu Apr 27 23:47:15 1995 *************** *** 14,25 **** cccdlflags='-DPIC -fpic' lddlflags='-Bshareable' malloctype='void *' ! groupstype='int' d_dosuid='define' ! d_setregid='undef' ! d_setreuid='undef' ! d_setrgid='undef' ! d_setruid='undef' ;; esac # Avoid telldir prototype conflict in pp_sys.c (FreeBSD uses const DIR *) --- 14,25 ---- cccdlflags='-DPIC -fpic' lddlflags='-Bshareable' malloctype='void *' ! groupstype='gid_t' d_dosuid='define' ! d_setregid='define' ! d_setreuid='define' ! d_setrgid='define' ! d_setruid='define' ;; esac # Avoid telldir prototype conflict in pp_sys.c (FreeBSD uses const DIR *)