diff options
-rw-r--r-- | libtrivfs/handle-port.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libtrivfs/handle-port.c b/libtrivfs/handle-port.c index 31626169..9568b88a 100644 --- a/libtrivfs/handle-port.c +++ b/libtrivfs/handle-port.c @@ -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 @@ -42,5 +42,7 @@ trivfs_handle_port (mach_port_t realnode, return right; } +#if 0 #include "linkwarn.h" obslete (trivfs_handle_port, trivfs_create_control) +#endif |