about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-04-18 17:56:29 +0000
committerUlrich Drepper <drepper@redhat.com>2000-04-18 17:56:29 +0000
commitd98f10d25b3b67667c0141336d20b58bd48f138b (patch)
treeec0cd0fc6d3b9c3515a4eb21f7703af4febf9ff3
parentdc32d4fe06d8a2e4826c55b423d514a00612426b (diff)
downloadglibc-d98f10d25b3b67667c0141336d20b58bd48f138b.tar.gz
glibc-d98f10d25b3b67667c0141336d20b58bd48f138b.tar.xz
glibc-d98f10d25b3b67667c0141336d20b58bd48f138b.zip
Update.
	* sysdeps/unix/sysv/aix/getegid.c: Don't try to include <sys/id.h>.
-rw-r--r--ChangeLog1
-rw-r--r--sysdeps/unix/sysv/aix/Makefile2
2 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4045258596..9a6e4f9f70 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
 2000-04-18  Ulrich Drepper  <drepper@redhat.com>
 
+	* sysdeps/unix/sysv/aix/getegid.c: Don't try to include <sys/id.h>.
 	* sysdeps/unix/sysv/aix/xstat64.c: Define STX_NORMAL and STX_64.
 	* sysdeps/unix/sysv/aix/xstat.c: Define STX_NORMAL.
 	* sysdeps/unix/sysv/aix/sys/param.h: Define NGROUPS.
diff --git a/sysdeps/unix/sysv/aix/Makefile b/sysdeps/unix/sysv/aix/Makefile
index c94b9d45b6..3de7e02f49 100644
--- a/sysdeps/unix/sysv/aix/Makefile
+++ b/sysdeps/unix/sysv/aix/Makefile
@@ -12,7 +12,7 @@ endif
 # Don't compile the ctype glue code, since there is no old non-GNU C library.
 inhibit-glue = yes
 
-# XXX Don"t know yet why this is needed in the moment.
+# XXX Don't know yet why this is needed in the moment.
 ifeq ($(subdir),timezone)
 CPPFLAGS-zic.c = -Dunix
 endif