diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-01-20 21:34:20 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-01-20 21:34:20 +0000 |
commit | 165dc0dd0f823a7ba5e63c21df05b40072756ec5 (patch) | |
tree | 48b509c44a4250a8a5e90bd11a92794e179e19b3 /libiohelp | |
parent | 159d706cc5d0b8e4aae3aaac00a037892d352a5a (diff) |
Formerly handle_io_get_conch.c.~3~
Diffstat (limited to 'libiohelp')
-rw-r--r-- | libiohelp/handle_io_get_conch.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libiohelp/handle_io_get_conch.c b/libiohelp/handle_io_get_conch.c index 6ca09098..8f7a635a 100644 --- a/libiohelp/handle_io_get_conch.c +++ b/libiohelp/handle_io_get_conch.c @@ -1,5 +1,5 @@ /* - Copyright (C) 1993 Free Software Foundation + Copyright (C) 1993, 1994 Free Software Foundation This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -16,7 +16,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include <libioserver.h> +#include "ioserver.h" error_t handle_io_get_conch (struct conch *c, void *user, struct shared_io *user_sh) |