diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-09-01 16:15:09 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-09-01 16:15:09 +0000 |
commit | ec999850082bd96d48388d8f7c30c617cb4b2885 (patch) | |
tree | e589d32440b4d0a1ae400f4ecf8fb58033cf8d57 /utils/old-settrans.c | |
parent | 93fc8961ffcce37ee6f1ef030120f5d6a881fbda (diff) |
Formerly settrans.c.~2~
Diffstat (limited to 'utils/old-settrans.c')
-rw-r--r-- | utils/old-settrans.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/utils/old-settrans.c b/utils/old-settrans.c index 649458f4..32a7494d 100644 --- a/utils/old-settrans.c +++ b/utils/old-settrans.c @@ -18,10 +18,13 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ - #include <hurd.h> +#include <string.h> +#include <errno.h> +#include <stdio.h> -main (argc, argv) +int +main (int argc, char **argv) { /* This is pretty kludgy for now */ mach_port_t file; |