Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/dns/djbdns/files/uint32.patch
16125 views
1
--- Makefile.orig Wed Dec 29 09:37:36 2004
2
+++ Makefile Wed Dec 29 09:52:11 2004
3
@@ -333,7 +333,7 @@
4
dns_transmit.o: \
5
compile dns_transmit.c socket.h uint16.h alloc.h error.h byte.h \
6
uint16.h dns.h stralloc.h gen_alloc.h iopause.h taia.h tai.h uint64.h \
7
-taia.h
8
+taia.h uint32.h
9
./compile dns_transmit.c
10
11
dns_txt.o: \
12
@@ -855,15 +855,15 @@
13
rm -f trylsock.o trylsock
14
15
socket_accept.o: \
16
-compile socket_accept.c byte.h socket.h uint16.h
17
+compile socket_accept.c byte.h socket.h uint16.h uint32.h
18
./compile socket_accept.c
19
20
socket_accept6.o: \
21
-compile socket_accept6.c byte.h socket.h uint16.h
22
+compile socket_accept6.c byte.h socket.h uint16.h uint32.h
23
./compile socket_accept6.c
24
25
socket_bind.o: \
26
-compile socket_bind.c byte.h socket.h uint16.h
27
+compile socket_bind.c byte.h socket.h uint16.h uint32.h
28
./compile socket_bind.c
29
30
socket_bind6.o: \
31
@@ -871,7 +871,7 @@
32
./compile socket_bind6.c
33
34
socket_conn.o: \
35
-compile socket_conn.c byte.h socket.h uint16.h
36
+compile socket_conn.c byte.h socket.h uint16.h uint32.h
37
./compile socket_conn.c
38
39
socket_connect6.o: \
40
@@ -879,11 +879,11 @@
41
./compile socket_connect6.c
42
43
socket_listen.o: \
44
-compile socket_listen.c socket.h uint16.h
45
+compile socket_listen.c socket.h uint16.h uint32.h
46
./compile socket_listen.c
47
48
socket_recv.o: \
49
-compile socket_recv.c byte.h socket.h uint16.h
50
+compile socket_recv.c byte.h socket.h uint16.h uint32.h
51
./compile socket_recv.c
52
53
socket_recv6.o: \
54
@@ -891,7 +891,7 @@
55
./compile socket_recv6.c
56
57
socket_send.o: \
58
-compile socket_send.c byte.h socket.h uint16.h
59
+compile socket_send.c byte.h socket.h uint16.h uint32.h
60
./compile socket_send.c
61
62
socket_send6.o: \
63
@@ -899,7 +899,7 @@
64
./compile socket_send6.c
65
66
socket_tcp.o: \
67
-compile socket_tcp.c ndelay.h socket.h uint16.h
68
+compile socket_tcp.c ndelay.h socket.h uint16.h uint32.h
69
./compile socket_tcp.c
70
71
socket_tcp6.o: \
72
@@ -907,7 +907,7 @@
73
./compile socket_tcp6.c
74
75
socket_udp.o: \
76
-compile socket_udp.c ndelay.h socket.h uint16.h
77
+compile socket_udp.c ndelay.h socket.h uint16.h uint32.h
78
./compile socket_udp.c
79
80
socket_udp6.o: \
81
82