diff options
author | Roland McGrath <roland@gnu.org> | 1998-07-20 07:03:02 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1998-07-20 07:03:02 +0000 |
commit | e5c2397528b6caff2c6bb75f50a37c3ca490a404 (patch) | |
tree | 14399f7dac03317395c6b4fd24c6786ea44a7dae /trans | |
parent | 2cdd1678dee07acb1cebc5e111b30046f48666ad (diff) |
.
Diffstat (limited to 'trans')
-rw-r--r-- | trans/ChangeLog | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/trans/ChangeLog b/trans/ChangeLog index 7e097e34..712dd1c3 100644 --- a/trans/ChangeLog +++ b/trans/ChangeLog @@ -1,3 +1,12 @@ +1998-07-20 Roland McGrath <roland@baalperazim.frob.com> + + * firmlink.c (main): Fix return type to int, and use return. + * fwd.c (main): Likewise. + * new-fifo.c (main): Likewise. + * magic.c (main): Likewise. + * fifo.c (main): Likewise. + * null.c (main): Likewise. + 1997-09-04 Miles Bader <miles@gnu.ai.mit.edu> * null.c (main): Fix typo. @@ -5,7 +14,7 @@ Wed Aug 20 14:07:56 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * crash.c (main): New args for - ports_manage_port_operations_multithread. + ports_manage_port_operations_multithread. * fifo.c (main): Likewise. * firmlink.c (main): Likewise. * new-fifo.c (main): Likewise. @@ -422,4 +431,3 @@ Tue Aug 16 11:38:26 1994 Michael I Bushnell <mib@geech.gnu.ai.mit.edu> Fri Jul 22 15:15:49 1994 Michael I Bushnell <mib@geech.gnu.ai.mit.edu> * Makefile: Rewritten in accord with new scheme. - |