o addr2ascii(3) was removed ages ago. Fix the comment.

PR:		docs/148383
Submitted by:	pluknet
MFC after:	1 week
This commit is contained in:
Maxim Konovalov 2010-07-06 03:48:46 +00:00
parent 55a24a0597
commit 48162ca1e0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=209715

View File

@ -58,7 +58,7 @@
#ifndef _ARPA_INET_H_
#define _ARPA_INET_H_
/* External definitions for functions in inet(3), addr2ascii(3) */
/* External definitions for functions in inet(3). */
#include <sys/cdefs.h>
#include <sys/_types.h>