*** empty log message ***
authorThomas Bushnell, BSG <thomas@gnu.org>
Sun, 23 Jul 1995 00:41:45 +0000 (00:41 +0000)
committerThomas Bushnell, BSG <thomas@gnu.org>
Sun, 23 Jul 1995 00:41:45 +0000 (00:41 +0000)
Sat Jul 22 19:58:54 1995  Michael I Bushnell  <mib@geech.gnu.ai.mit.edu>

* inet/Makefile (routines): Added `ruserpass'.
* inet/ruserpass.c: New file, from BSD Net-2 sources for the FTP
client.  Modified to remove the fourth arg AACCT.  Do nothing for
the `account' and `macdef' keywords.  Other incidental changes
because we are not in the FTP source tree.

* sysdeps/stub/init-posix.c: Removed stub warning.

  instead of unix/sysv.
Fixes to help Linux, inspired by drepper's work:
* sysdeps/posix/utimes.c: New file.
* sysdeps/generic/getdomain.c: New file.
* sysdeps/i386/init-first.c: Removed gratuitous #include <hurd.h>.
* sysdeps/generic/dl-sysdep.c: Include <unistd.h> and declare
  externals _dl_argc, _dl_argc, and _environ.

ChangeLog

index 64f2113..a2d197e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
+Sat Jul 22 19:58:54 1995  Michael I Bushnell  <mib@geech.gnu.ai.mit.edu>
+
+       * inet/Makefile (routines): Added `ruserpass'.
+       * inet/ruserpass.c: New file, from BSD Net-2 sources for the FTP
+       client.  Modified to remove the fourth arg AACCT.  Do nothing for
+       the `account' and `macdef' keywords.  Other incidental changes
+       because we are not in the FTP source tree.
+
 Sat Jul 22 01:56:03 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
 
+       * sysdeps/stub/init-posix.c: Removed stub warning.
+
        * Makefile (autoconf-it): Make it executable and unwritable.
 
        * configure.in (sysnames): Under --enable-debug-configure, spew
@@ -27,14 +37,8 @@ Sat Jul 22 01:56:03 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
        Rewritten, #include'ing unix/i386/sysdep.S for most of the code.
        * sysdeps/unix/i386/sysdep.S [PIC]: Store into `errno' through the GOT.
 
-       Fixes to help Linux, inspired by drepper's work:
        * configure.in (os=linux*): Use unix/sysv/sysv4 for $base_os,
-       instead of unix/sysv.
-       * sysdeps/posix/utimes.c: New file.
-       * sysdeps/generic/getdomain.c: New file.
-       * sysdeps/i386/init-first.c: Removed gratuitous #include <hurd.h>.
-       * sysdeps/generic/dl-sysdep.c: Include <unistd.h> and declare
-       externals _dl_argc, _dl_argc, and _environ.
+       instead of unix/sysv.   
        * sysdeps/unix/sysv/linux/{accept,connect,getsockname,rename,
        socketpair,waitpid,bind,getpeername,listen,setsid,wait4}.S: Moved
        to new directory sysdeps/unix/sysv/sysv4/linux.
@@ -43,6 +47,13 @@ Sat Jul 22 01:56:03 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
        to new directory sysdeps/unix/sysv/sysv4/linux/i386.
        * sysdeps/unix/sysv/linux/i386: Directory removed.
 
+       Fixes to help Linux, inspired by drepper's work:
+       * sysdeps/posix/utimes.c: New file.
+       * sysdeps/generic/getdomain.c: New file.
+       * sysdeps/i386/init-first.c: Removed gratuitous #include <hurd.h>.
+       * sysdeps/generic/dl-sysdep.c: Include <unistd.h> and declare
+       externals _dl_argc, _dl_argc, and _environ.
+
 Fri Jul 21 12:57:29 1995  Michael I Bushnell  <mib@geech.gnu.ai.mit.edu>
 
        * sysdeps/mach/hurd/socket.c (socket): Consider MIG_BAD_ID and