summaryrefslogtreecommitdiff
path: root/libtrivfs
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-04-28 19:23:12 +0000
committerRoland McGrath <roland@gnu.org>1996-04-28 19:23:12 +0000
commitdb04fb4260b06f074f59801064fbf9e787f52f7b (patch)
tree2f6dada38697dfd09186414f444f1f6c6673887e /libtrivfs
parentf89dd27b65eb3fe12309c182e784b46df5d0d65b (diff)
Add obsolescence link warning.
Diffstat (limited to 'libtrivfs')
-rw-r--r--libtrivfs/handle-port.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/libtrivfs/handle-port.c b/libtrivfs/handle-port.c
index e96a2dd3..31626169 100644
--- a/libtrivfs/handle-port.c
+++ b/libtrivfs/handle-port.c
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (C) 1994, 1995 Free Software Foundation
This program is free software; you can redistribute it and/or
@@ -19,7 +19,7 @@
/* Backwards compatibility. Use trivfs_create_control. */
mach_port_t
-trivfs_handle_port (mach_port_t realnode,
+trivfs_handle_port (mach_port_t realnode,
struct port_class *control_class,
struct port_bucket *control_bucket,
struct port_class *protid_class,
@@ -41,3 +41,6 @@ trivfs_handle_port (mach_port_t realnode,
return right;
}
+
+#include "linkwarn.h"
+obslete (trivfs_handle_port, trivfs_create_control)