diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-01-20 21:34:32 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-01-20 21:34:32 +0000 |
commit | f8d1f68cc4d680248fd585af50c4ef31c9bd5886 (patch) | |
tree | 6a859c6bba4f4542c887057e58b56c61e27f6420 /libiohelp | |
parent | 165dc0dd0f823a7ba5e63c21df05b40072756ec5 (diff) |
Formerly handle_io_release_conch.c.~3~
Diffstat (limited to 'libiohelp')
-rw-r--r-- | libiohelp/handle_io_release_conch.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libiohelp/handle_io_release_conch.c b/libiohelp/handle_io_release_conch.c index 0de51813..d726993c 100644 --- a/libiohelp/handle_io_release_conch.c +++ b/libiohelp/handle_io_release_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 @@ -15,7 +15,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include <libioserver.h> +#include "ioserver.h" error_t handle_io_release_conch (struct conch *c, void *user) |