* include/am_defs.h: Clarify comment.
authorRainer Orth <ro@techfak.uni-bielefeld.de>
Mon, 21 Mar 2005 19:08:05 +0000 (19:08 +0000)
committerRainer Orth <ro@techfak.uni-bielefeld.de>
Mon, 21 Mar 2005 19:08:05 +0000 (19:08 +0000)
ChangeLog
include/am_defs.h

index 251f32c911f164810e7ae7bcd4d4df69ddc44082..0f123ddc5765fcd0118ea9f5c404a3d732b8057f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-03-21  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
+
+       * include/am_defs.h: Clarify comment.
+
 2005-03-21  Erez Zadok  <ezk@cs.sunysb.edu>
 
        * include/am_defs.h: undefine "GROUP" so Solaris 10 with gcc-2.96
index 187348b8b16a9467954c7fe745c989a2397408ed..369addaeaaeb9995f80f03cd36f211a45b1f43fd 100644 (file)
@@ -37,7 +37,7 @@
  * SUCH DAMAGE.
  *
  *
- * $Id: am_defs.h,v 1.53 2005/03/21 17:14:27 ezk Exp $
+ * $Id: am_defs.h,v 1.54 2005/03/21 19:08:05 ro Exp $
  *
  */
 
@@ -1003,10 +1003,10 @@ struct sockaddr_dl;
  * 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.
- * A similar conflict arises with gcc-2.96 and the definition of "GROUP".
+ * A similar conflict arises with Sun cc and the definition of "GROUP".
  *
- * Temp hack: undefine acl.h's GROUP_OBJ because it's not needed for
- * am-utils.
+ * Temp hack: undefine acl.h's GROUP_OBJ and GROUP because they're not needed
+ * for am-utils.
  */
 # ifdef GROUP_OBJ
 #  undef GROUP_OBJ