diff options
author | Roland McGrath <roland@gnu.org> | 2002-05-05 03:26:15 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-05-05 03:26:15 +0000 |
commit | 1329f4f9cdc0f90a7a22e43086926647b542a8a3 (patch) | |
tree | 12b051b49e87979c35a927352eb34403d23eaa59 /libiohelp/Makefile | |
parent | 00d0cd8fc013df91892dc4894d63eb9322fc46fb (diff) |
2002-05-04 Roland McGrath <roland@frob.com>
* iouser-restrict.c: New file.
* Makefile (SRCS): Add it.
* iohelp.h: Declare iohelp_restrict_iouser.
Diffstat (limited to 'libiohelp/Makefile')
-rw-r--r-- | libiohelp/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libiohelp/Makefile b/libiohelp/Makefile index d2680665..54fb4343 100644 --- a/libiohelp/Makefile +++ b/libiohelp/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 1993, 94, 95, 96, 98 Free Software Foundation, Inc. +# Copyright (C) 1993,94,95,96,98,2002 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as @@ -20,8 +20,8 @@ makemode := library SRCS = get_conch.c handle_io_get_conch.c handle_io_release_conch.c \ initialize_conch.c verify_user_conch.c iouser-create.c \ - iouser-dup.c iouser-reauth.c iouser-free.c shared.c \ - return-buffer.c + iouser-dup.c iouser-reauth.c iouser-free.c iouser-restrict.c \ + shared.c return-buffer.c OBJS = $(SRCS:.c=.o) LCLHDRS = iohelp.h HURDLIBS = threads |