diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-04-29 19:19:22 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-04-29 19:19:22 +0000 |
commit | 33cb7d21a73a2a4bc46c0d4622ca81b8a806dd83 (patch) | |
tree | cdb113ee741432012a513827fa6670d12138c145 /libtrivfs/handle-port.c | |
parent | 032a0f7edb638b72d70de98eace700d8442d9ba4 (diff) |
Comment out warning addition.
Diffstat (limited to 'libtrivfs/handle-port.c')
-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 |