]> git.pld-linux.org Git - packages/httptunnel.git/blame - httptunnel-remove_port.patch
- typos / formatting / etc.
[packages/httptunnel.git] / httptunnel-remove_port.patch
CommitLineData
4befd1e5 1--- httptunnel-3.3/tunnel.c~ Fri Sep 1 10:46:10 2000
2+++ httptunnel-3.3/tunnel.c Tue Oct 30 03:21:41 2001
3@@ -8,10 +8,10 @@
4
5 #include <time.h>
6 #include <stdio.h>
7-#include <netdb_.h>
8+#include <netdb.h>
9 #include <fcntl.h>
10 #include <stdlib.h>
11-#include <sys/poll_.h>
12+#include <sys/poll.h>
13 #include <sys/types.h>
14 #include <sys/socket.h>
15 #include <netinet/tcp.h>
16--- httptunnel-3.3/htc.c~ Sun Feb 25 12:46:49 2001
17+++ httptunnel-3.3/htc.c Tue Oct 30 03:20:11 2001
18@@ -9,9 +9,9 @@
19
20 #include <stdio.h>
21 #include <stdlib.h>
22-#include <unistd_.h>
23+#include <unistd.h>
24 #include <signal.h>
25-#include <sys/poll_.h>
26+#include <sys/poll.h>
27 #include <sys/time.h>
28 #include <sys/stat.h>
29
30--- httptunnel-3.3/common.h~ Tue Jul 25 12:01:35 2000
31+++ httptunnel-3.3/common.h Tue Oct 30 03:21:04 2001
32@@ -11,10 +11,10 @@
33
34 #include <errno.h>
35 #include <fcntl.h>
36-#include <stdio_.h>
37-#include <unistd_.h>
38+#include <stdio.h>
39+#include <unistd.h>
40 #include <string.h>
41-#include <syslog_.h>
42+#include <syslog.h>
43 #include <getopt.h>
44 #include <sys/socket.h>
45 #include <netinet/in.h>
46--- httptunnel-3.3/common.c~ Sun Feb 25 12:45:41 2001
47+++ httptunnel-3.3/common.c Tue Oct 30 03:21:17 2001
48@@ -8,13 +8,13 @@
49
50 #include <time.h>
51 #include <stdio.h>
52-#include <netdb_.h>
53+#include <netdb.h>
54 #include <fcntl.h>
55 #include <stdlib.h>
56 #include <signal.h>
57-#include <syslog_.h>
58+#include <syslog.h>
59 #include <termios.h>
60-#include <sys/poll_.h>
61+#include <sys/poll.h>
62
63 #include "tunnel.h"
64 #include "common.h"
65--- httptunnel-3.3/Makefile.am~ Tue Oct 30 03:14:06 2001
66+++ httptunnel-3.3/Makefile.am Tue Oct 30 03:22:59 2001
67@@ -4,9 +4,7 @@
68 man_MANS = hts.1 htc.1
69
70 htc_SOURCES = htc.c common.c tunnel.c http.c base64.c
71-htc_LDADD = -Lport -lport
72 hts_SOURCES = hts.c common.c tunnel.c http.c
73-hts_LDADD = -Lport -lport
74
75 noinst_HEADERS = common.h tunnel.h http.h base64.h
76
77--- httptunnel-3.3/hts.c~ Sun Feb 25 12:56:37 2001
78+++ httptunnel-3.3/hts.c Tue Oct 30 03:25:59 2001
79@@ -11,7 +11,7 @@
80 #include <stdlib.h>
81 #include <unistd_.h>
82 #include <signal.h>
83-#include <sys/poll_.h>
84+#include <sys/poll.h>
85 #include <sys/time.h>
86
87 #include "common.h"
88--- httptunnel-3.3/hts.c~ Tue Oct 30 03:26:36 2001
89+++ httptunnel-3.3/hts.c Tue Oct 30 03:29:10 2001
90@@ -9,7 +9,7 @@
91
92 #include <stdio.h>
93 #include <stdlib.h>
94-#include <unistd_.h>
95+#include <unistd.h>
96 #include <signal.h>
97 #include <sys/poll.h>
98 #include <sys/time.h>
This page took 0.056133 seconds and 4 git commands to generate.