From 09cb0345854d08112b0c4c3e64c916884d617033 Mon Sep 17 00:00:00 2001 From: itojun Date: Wed, 5 Jul 2000 02:13:17 +0000 Subject: add getifaddrs(3) from bsdi. this is a magic function which lets you grab interface addresses in a portable manner, without headache of SIOCGIFCONF or sysctl. it is in bsdi/openbsd/netbsd already. from kame tree (actually, mandatory for latest kame tree). --- include/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/Makefile') diff --git a/include/Makefile b/include/Makefile index c6fd25e..6119e24 100644 --- a/include/Makefile +++ b/include/Makefile @@ -10,7 +10,7 @@ CLEANFILES= osreldate.h version vers.c SUBDIR= rpcsvc FILES= a.out.h ar.h assert.h bitstring.h ctype.h db.h dirent.h disktab.h \ dlfcn.h elf.h err.h fnmatch.h fstab.h \ - fts.h glob.h grp.h strhash.h histedit.h ieeefp.h iso646.h \ + fts.h glob.h grp.h strhash.h histedit.h ieeefp.h ifaddrs.h iso646.h \ limits.h link.h locale.h malloc.h memory.h mpool.h \ ndbm.h netdb.h nl_types.h nlist.h objformat.h \ paths.h pthread.h pthread_np.h pwd.h \ -- cgit v1.1