* include/am_defs.h : Merged a diff from 6.1 branch that addresses a
authorDaniel Ottavio <ottavio@fsl.cs.sunysb.edu>
Fri, 11 Mar 2005 18:48:21 +0000 (18:48 +0000)
committerDaniel Ottavio <ottavio@fsl.cs.sunysb.edu>
Fri, 11 Mar 2005 18:48:21 +0000 (18:48 +0000)
commit952bfd7bfd8c8444456b557363782fdb6ad0075f
tree202dd8d6bff81509d445986574495b8576281c46
parent60e5fe8ae18830638a8da4c7080da7faa081d1ed
* include/am_defs.h : Merged a diff from 6.1 branch that addresses a
problem with GROUP_OBJ on Solaris 10:

Solaris 10 (build 72) defines GROUP_OBJ in <sys/acl.h>, which is included
in many other header files.  <rpcsvc/nis.h> uses GROUP_OBJ inside enum
zotypes.  So if you're unlucky enough to include both headers, you get a
compile error because the two symbols conflict.

* m4/macros/check_nfs_prot_headers.m4 : Fix to allow Solaris 10 to pick
up the right nfs header files.
ChangeLog
include/am_defs.h
m4/macros/check_nfs_prot_headers.m4