summaryrefslogtreecommitdiffstats
path: root/include/Makefile
diff options
context:
space:
mode:
authoritojun <itojun@FreeBSD.org>2000-07-05 02:13:17 +0000
committeritojun <itojun@FreeBSD.org>2000-07-05 02:13:17 +0000
commit09cb0345854d08112b0c4c3e64c916884d617033 (patch)
treee1d530e7aed9b7aa1a2cde417ceb927b64271ea9 /include/Makefile
parente512fbcdce2f18d76d6051b0381f8a70cd9ec039 (diff)
downloadFreeBSD-src-09cb0345854d08112b0c4c3e64c916884d617033.zip
FreeBSD-src-09cb0345854d08112b0c4c3e64c916884d617033.tar.gz
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).
Diffstat (limited to 'include/Makefile')
-rw-r--r--include/Makefile2
1 files changed, 1 insertions, 1 deletions
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 \
OpenPOWER on IntegriCloud