diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-05-09 19:32:31 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-05-09 19:32:31 +0000 |
commit | a2d17cc4f8b345fab31f0833d129397c79050f9c (patch) | |
tree | 0e2bcd3a7d6ca78dd1ec48c69e5f4cd6a3e60615 | |
parent | 39895848a2e316493f99229c43c767d44e8fdc6f (diff) |
(trivfs_handle_port): Delete declaration.
-rw-r--r-- | libtrivfs/trivfs.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/libtrivfs/trivfs.h b/libtrivfs/trivfs.h index 082e4d57..0a72dd28 100644 --- a/libtrivfs/trivfs.h +++ b/libtrivfs/trivfs.h @@ -1,5 +1,5 @@ /* - Copyright (C) 1994, 1995 Free Software Foundation + Copyright (C) 1994, 1995, 1996 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 @@ -147,13 +147,6 @@ trivfs_create_control (mach_port_t underlying, struct port_bucket *protid_bucket, struct trivfs_control **control); -/* Backwards compatibility. Use trivfs_create_control. */ -mach_port_t trivfs_handle_port (mach_port_t underlying, - struct port_class *control_class, - struct port_bucket *control_bucket, - struct port_class *protid_class, - struct port_bucket *protid_bucket); - /* Install these as libports cleanroutines for trivfs_protid_class and trivfs_cntl_class respectively. */ void trivfs_clean_protid (void *); |