You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

34 lines
1.1 KiB

Index: Makefile.in
--- Makefile.in.orig 2009-11-21 23:47:39 +0100
+++ Makefile.in 2009-11-22 23:21:53 +0100
@@ -1218,8 +1218,6 @@
sed -e '/^#ifdef *DPKGBUILD$$/,/^#endif$$/d'; \
fi | \
sed -e '/^#/d' >"$@"
- @out=`echo "$@" 2>/dev/null|sed -e 's/\.[^.]*$$/.ps/'`; \
- man -Tps "./$@" >"$${out}" 2>/dev/null || rm -f "$${out}"
clean-local:
-rm -rf shellinaboxd.1 \
Index: libhttp/httpconnection.c
--- libhttp/httpconnection.c.orig 2009-11-18 17:55:51 +0100
+++ libhttp/httpconnection.c 2009-11-22 23:21:19 +0100
@@ -51,6 +51,7 @@
#include <math.h>
#include <netdb.h>
#include <netinet/in.h>
+#include <sys/socket.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Index: libhttp/server.c
--- libhttp/server.c.orig 2009-11-18 17:55:51 +0100
+++ libhttp/server.c 2009-11-22 23:21:19 +0100
@@ -46,6 +46,7 @@
#include "config.h"
#include <arpa/inet.h>
+#include <netinet/in.h>
#include <fcntl.h>
#include <netinet/in.h>
#include <stdlib.h>