*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sun, 23 Jul 2000 16:27:38 +0000 (16:27 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 23 Jul 2000 16:27:38 +0000 (16:27 +0000)
old/sh-utils/ChangeLog

index c33b87e848ad85c862badf85213c8929fa1a04be..8c9b4f6d46a40eb22ea0079db9ebe3a5a880ecb9 100644 (file)
@@ -1,5 +1,10 @@
 2000-07-23  Jim Meyering  <meyering@lucent.com>
 
+       * src/su.c: Include <sys/param.h> if HAVE_SYS_PARAM_H is defined,
+       rather than if _POSIX_VERSION is defined.  Remove declarations of
+       getpwuid, getgrgid, and getuid, now that they're in sys2.h.
+       Prompted by a report from John David Anglin.
+
        * src/sys2.h [!HAVE_DECL_GETPWUID]: Declare getpwuid.
        [!HAVE_DECL_GETGRGID]: Declare getgrgid.
        [!HAVE_DECL_GETUID]: Declare getuid.