summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cbe8df02a9..1550e07228 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2000-11-27 Ulrich Drepper <drepper@redhat.com>
+ * misc/getusershell.c: Make strings in okshells array const.
+ * misc/regexp.c: Add const to cast to avoid warnings.
+ * sysdeps/unix/sysv/linux/llseek.c: Add prototype for __llseek.
+ * sysdeps/unix/sysv/linux/i386/setresuid.c: Add prototype for
+ __setresuid.
+ * sysdeps/unix/sysv/linux/i386/setresgid.c: Add prototype for
+ setresgid.
+ * misc/error.c: Add prototypes for __error and __error_at_line.
+ * misc/mntent_r.c (__getmntent_r): Add break at end of switch
+ statement to avoid warning.
* test-skeleton.c: Mark timeout_handler with noreturn.
* iconv/skeleton.c (get16u): Add const to cast.
(get32u): Likewise.