Thanks to Yaacov Fenster <fenster_at_star.zko.dec.com> for the quick response.
The include file acl.h does indeed exist, and is part of the OSFBINCOM400
package. It resides in /usr/include/sys/acl.h (which is really
/usr/sys/include/sys/acl.h). So /usr/include/prot.h should really #include
<sys/prot.h> for it to work.
My find /usr/include -name acl.h -print did not work because /usr/include/sys
is a link to /usr/sys/include/sys and I didn't specify -follow with find.
[then again, doing a find /usr/include -follow -name acl.h -print produces a
whole bunch of "bad status" or "Not a directory" errors]
---
Mike Matthews, Mike_Matthews_at_sgate.com (NeXTmail accepted)
PGP public key available on request
Received on Wed Jul 31 1996 - 17:14:00 NZST