about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-07-14 20:52:32 +0000
committerUlrich Drepper <drepper@redhat.com>1998-07-14 20:52:32 +0000
commite31cac9420203a4e01327eaffe1cc27f15463afb (patch)
treedc8b364e8900285904a6467271899c1abff1790a /ChangeLog
parentc764b9a7280436b891ffa5dfb46d14a8df405a97 (diff)
downloadglibc-e31cac9420203a4e01327eaffe1cc27f15463afb.tar.gz
glibc-e31cac9420203a4e01327eaffe1cc27f15463afb.tar.xz
glibc-e31cac9420203a4e01327eaffe1cc27f15463afb.zip
Update.
1998-07-14  Ulrich Drepper  <drepper@cygnus.com>

	* sunrpc/auth_unix.c (authunix_create_default): Use __sysconf
	instead of sysconf.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 561f3ed5fa..b0389d2b77 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1998-07-14  Ulrich Drepper  <drepper@cygnus.com>
+
+	* sunrpc/auth_unix.c (authunix_create_default): Use __sysconf
+	instead of sysconf.
+
 1998-07-14 19:39  Ulrich Drepper  <drepper@cygnus.com>
 
 	* stdio-common/vfscanf.c (ungetc): Use _IO_sputbackc, not _IO_ungetc.