From 59bcef5c27540527fc4ca1007e9cfea5783ba233 Mon Sep 17 00:00:00 2001 From: Epoch Qwert Date: Thu, 27 Nov 2014 03:10:16 -0600 Subject: updated httpd.c to use different dirs for sites and vhosts updated gopherd.sh to use the new rdns script rdns script just wraps dig -x and outputs a real hostname instead of one ending with a '.' rebuild.sh got a cd added to the top so it can be run from somewhere else mime-type got an error line commented out. --- src/bin/rrd.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/bin') diff --git a/src/bin/rrd.c b/src/bin/rrd.c index bbb907d..1b43426 100644 --- a/src/bin/rrd.c +++ b/src/bin/rrd.c @@ -1,4 +1,5 @@ #include +#include #include #include @@ -43,7 +44,7 @@ void print_sa6(struct sockaddr *sa) { } void p_rtentry(struct rt_msghdr *rtm) { - struct sockadrr *sa = (struct sockaddr *)(rtm+1); + struct sockadrr *sa = (rtm+1); struct sockaddr *rti_info[RTAX_MAX]; struct sockaddr_in6 *sa6 = (struct sockaddr_in6 *)sa; struct in6_addr *in6 = &sa6->sin6_addr; -- cgit v1.2.3