diff options
author | Pierre Humblet <phumblet@phumblet.no-ip.org> | 2003-09-25 04:03:53 +0000 |
---|---|---|
committer | Pierre Humblet <phumblet@phumblet.no-ip.org> | 2003-09-25 04:03:53 +0000 |
commit | 64150cfc6afa0339f2ec10466ba8122d996ec099 (patch) | |
tree | 92e3a58f5482841a1e075659fea79ea6b9a5a6a5 /winsup/cygwin/Makefile.in | |
parent | cd2bce7142ff77e1e55149e5edfe04167b4e8964 (diff) | |
download | cygnal-64150cfc6afa0339f2ec10466ba8122d996ec099.tar.gz cygnal-64150cfc6afa0339f2ec10466ba8122d996ec099.tar.bz2 cygnal-64150cfc6afa0339f2ec10466ba8122d996ec099.zip |
2003-09-25 Pierre Humblet <pierre.humblet@ieee.org>
* shared_info.h: Update CURR_USER_MAGIC, CURR_SHARED_MAGIC and
SHARED_INFO_CB.
(mount_info::cb): Delete.
(mount_info::version): Delete.
(shared_info::delqueue): Delete.
* Makefile.in: Do magic for USER_MAGIC, class user_info, instead
of for mount_info.
Diffstat (limited to 'winsup/cygwin/Makefile.in')
-rw-r--r-- | winsup/cygwin/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/Makefile.in b/winsup/cygwin/Makefile.in index 951f2e86f..672bc7518 100644 --- a/winsup/cygwin/Makefile.in +++ b/winsup/cygwin/Makefile.in @@ -377,7 +377,7 @@ version.cc winver.o: winver_stamp @ : shared_info_magic.h: cygmagic shared_info.h - /bin/sh ${word 1,$^} $@ "$(CC) -x c" ${word 2,$^} MOUNT_MAGIC 'class mount_info' SHARED_MAGIC 'class shared_info' + /bin/sh ${word 1,$^} $@ "$(CC) -x c" ${word 2,$^} USER_MAGIC 'class user_info' SHARED_MAGIC 'class shared_info' child_info_magic.h: cygmagic child_info.h /bin/sh ${word 1,$^} $@ "$(CC) -x c" ${word 2,$^} CHILD_INFO_MAGIC 'class child_info' |