diff options
Diffstat (limited to 'libports/intern-external-port.c')
-rw-r--r-- | libports/intern-external-port.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/libports/intern-external-port.c b/libports/intern-external-port.c index d6182188..8ece48e4 100644 --- a/libports/intern-external-port.c +++ b/libports/intern-external-port.c @@ -1,4 +1,4 @@ -/* +/* Copyright (C) 1995, 1996 Free Software Foundation, Inc. Written by Michael I. Bushnell. @@ -31,3 +31,7 @@ void *ports_intern_external_port (struct port_bucket *bucket, result = 0; return result; } + +#include "linkwarn.h" +link_warning (ports_intern_external_port, + "ports_intern_external_port is obsolete; use ports_import_port") |