diff options
author | Roland McGrath <roland@gnu.org> | 2001-02-26 04:16:01 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-02-26 04:16:01 +0000 |
commit | 43dc903ebfb710ea2e7844859d9c722b81e71799 (patch) | |
tree | aad36af3ade5b690f0fc720f833620025cc57a11 /trans/fifo.c | |
parent | ed7c279a06c09c49c5b9d41af284a162f94838cb (diff) | |
download | hurd-43dc903ebfb710ea2e7844859d9c722b81e71799.tar.gz hurd-43dc903ebfb710ea2e7844859d9c722b81e71799.tar.bz2 hurd-43dc903ebfb710ea2e7844859d9c722b81e71799.zip |
2001-02-25 Roland McGrath <roland@frob.com>
* symlink.c: Include <string.h> for decls of built-ins.
* firmlink.c: Include <stdlib.h> for exit decl.
* ifsock.c: Likewise.
* null.c: Likewise.
* magic.c: Likewise.
* fifo.c: Likewise.
* hello.c: Likewise.
* hello-mt.c: Likewise.
Diffstat (limited to 'trans/fifo.c')
-rw-r--r-- | trans/fifo.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/trans/fifo.c b/trans/fifo.c index ce48c2fb..b295ed55 100644 --- a/trans/fifo.c +++ b/trans/fifo.c @@ -1,8 +1,7 @@ /* A translator for fifos - Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc. - - Written by Miles Bader <miles@gnu.ai.mit.edu> + Copyright (C) 1995,96,97,98,2001 Free Software Foundation, Inc. + Written by Miles Bader <miles@gnu.org> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -19,6 +18,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include <stdio.h> +#include <stdlib.h> #include <errno.h> #include <unistd.h> #include <error.h> |