-1998-02-27 Ulrich Drepper <drepper@cygnus.com>
+1998-03-05 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
+
+ * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add
+ getres[ug]id.
+ * sysdeps/unix/sysv/linux/getresgid.c,
+ sysdeps/unix/sysv/linux/getresuid.c: New files.
+ * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add getres[ug]id.
+ * sysdeps/unix/sysv/linux/syscalls.list: Remove getres[ug]id, add
+ s_getres[gu]id. Don't mark lchown as extra syscall.
+
+ * sysdeps/unix/sysv/linux/sparc/socket.S: Allow __socket to be
+ redefined.
+
+1998-03-05 Ulrich Drepper <drepper@cygnus.com>
- * misc/syslog.c: Change to allow user the interpretation of the
- outcome even with syslog having no return value.
+ * misc/syslog.c (openlog_internal): Follow 2.1 changes to prevent
+ errno being set.
1998-03-07 Andreas Jaeger <aj@arthur.rhein-neckar.de>