#include <acl.h> in prot.h resolved, sort of

From: Michael Matthews <matthewm_at_sgate.com>
Date: Wed, 31 Jul 1996 10:37:52 -0400 (EDT)

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

This archive was generated by hypermail 2.4.0 : Wed Nov 08 2023 - 11:53:46 NZDT