diff --git a/sbin/atm/ilmid/ilmid.c b/sbin/atm/ilmid/ilmid.c index c5a248b9319a..de0811cd5af3 100644 --- a/sbin/atm/ilmid/ilmid.c +++ b/sbin/atm/ilmid/ilmid.c @@ -65,6 +65,7 @@ #include #include #include +#include #include #include #include @@ -2081,30 +2082,6 @@ set_address ( hdr, intf ) send_resp ( intf, PDU_Header, Resp_Buf ); } -/* - * Utility to strip off any leading path information from a filename - * - * Arguments: - * path pathname to strip - * - * Returns: - * fname striped filename - * - */ -char * -basename ( path ) - char *path; -{ - char *fname; - - if ( ( fname = (char *)strrchr ( path, '/' ) ) != NULL ) - fname++; - else - fname = path; - - return ( fname ); -} - /* * Increment Debug Level *