From ddb81fa36197d9ed62232b7f96d766c29a463677 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20S=C3=B6ntgen?= Date: Fri, 15 Aug 2014 15:54:36 +0200 Subject: [PATCH] libc: add net/route.h and its dependencies Fixes #1235. --- repos/libports/ports/libc.hash | 2 +- repos/libports/ports/libc.port | 18 ++++++++++-------- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/repos/libports/ports/libc.hash b/repos/libports/ports/libc.hash index 72bbded8d..47511ce07 100644 --- a/repos/libports/ports/libc.hash +++ b/repos/libports/ports/libc.hash @@ -1 +1 @@ -56022b576f600b4f45dbf84f64acde7faad184c0 +4c562d752cdcb25acd42ad285a4c544d4863a22c diff --git a/repos/libports/ports/libc.port b/repos/libports/ports/libc.port index e97db46b4..052882454 100644 --- a/repos/libports/ports/libc.port +++ b/repos/libports/ports/libc.port @@ -98,7 +98,8 @@ DIR_CONTENT(include/libc/vm) := \ DIRS += include/libc/net DIR_CONTENT(include/libc/net) := \ - $(addprefix src/lib/libc/sys/net/, if.h if_dl.h if_tun.h if_types.h) + $(addprefix src/lib/libc/sys/net/, if.h if_dl.h if_tun.h if_types.h \ + radix.h route.h) DIRS += include/libc/netinet DIR_CONTENT(include/libc/netinet) := \ @@ -119,13 +120,14 @@ DIR_CONTENT(include/libc/sys) := \ _types.h limits.h cdefs.h _null.h types.h _pthreadtypes.h \ syslimits.h select.h _sigset.h _timeval.h timespec.h \ _timespec.h stat.h signal.h unistd.h time.h param.h stdint.h \ - event.h disk.h errno.h poll.h queue.h mman.h stddef.h sysctl.h \ - uio.h _iovec.h ktrace.h ioctl.h ttycom.h ioccom.h filio.h \ - sockio.h wait.h file.h fcntl.h resource.h disklabel.h \ - link_elf.h endian.h mount.h ucred.h dirent.h cpuset.h socket.h \ - un.h ttydefaults.h imgact_aout.h elf32.h elf64.h elf_generic.h \ - elf_common.h nlist_aout.h ipc.h sem.h exec.h _lock.h _mutex.h \ - statvfs.h ucontext.h syslog.h times.h utsname.h elf.h mtio.h) + event.h eventhandler.h disk.h errno.h poll.h queue.h mman.h \ + stddef.h sysctl.h uio.h _iovec.h ktrace.h ioctl.h ttycom.h \ + ioccom.h filio.h sockio.h wait.h file.h fcntl.h resource.h \ + disklabel.h link_elf.h endian.h mount.h ucred.h dirent.h \ + cpuset.h socket.h un.h ttydefaults.h imgact_aout.h elf32.h \ + elf64.h elf_generic.h elf_common.h nlist_aout.h ipc.h sem.h \ + exec.h _lock.h _mutex.h statvfs.h ucontext.h syslog.h times.h \ + utsname.h elf.h mtio.h) #