diff options
author | Roland McGrath <roland@gnu.org> | 2002-06-13 20:59:43 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-06-13 20:59:43 +0000 |
commit | 3039afb4e3bd3b0e140699e98824f366ac5e47af (patch) | |
tree | 39604fd6559fcd5bbe8554d8e523ca5e805ed484 /libtrivfs | |
parent | a5a452bf311c3dc8d8089b391cfb3b4b55075950 (diff) |
.
Diffstat (limited to 'libtrivfs')
-rw-r--r-- | libtrivfs/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libtrivfs/ChangeLog b/libtrivfs/ChangeLog index f11e788a..04119c01 100644 --- a/libtrivfs/ChangeLog +++ b/libtrivfs/ChangeLog @@ -1,5 +1,13 @@ 2002-06-13 Roland McGrath <roland@frob.com> + * Makefile (mig-sheader-prefix): New variable. + (installhdrs): Add trivfs_*_S.h for fs, io, fsys (server stub headers). + ($(MIGSTUBS:%Server.o=%.sdefsi)): Give dep $(srcdir)/fsmutations.h. + * priv.h: All declarations moved to ... + * trivfs.h: ... here. #include those server stub headers. + * fsmutations.h (FILE_IMPORTS, IO_IMPORTS, FSYS_IMPORTS): + Use <hurd/trivfs.h> instead of "priv.h" here. + * io-version.c (trivfs_S_io_server_version): Fix receiver arg type. * file-exec.c (trivfs_S_file_exec): Add reply port args. |