]> git.pld-linux.org Git - packages/djbdns.git/blob - djbdns-ipv6-incfix.patch
- unify %attr() %ghost order
[packages/djbdns.git] / djbdns-ipv6-incfix.patch
1 http://bugs.gentoo.org/show_bug.cgi?id=8236
2
3 diff -ur djbdns-1.05/Makefile djbdns-1.05.fixed/Makefile
4 --- djbdns-1.05/Makefile        Mon Sep 23 01:04:22 2002
5 +++ djbdns-1.05.fixed/Makefile  Mon Sep 23 01:09:11 2002
6 @@ -332,7 +332,7 @@
7  
8  dns_transmit.o: \
9  compile dns_transmit.c socket.h uint16.h alloc.h error.h byte.h \
10 -uint16.h dns.h stralloc.h gen_alloc.h iopause.h taia.h tai.h uint64.h \
11 +uint32.h dns.h stralloc.h gen_alloc.h iopause.h taia.h tai.h uint64.h \
12  taia.h
13         ./compile dns_transmit.c
14  
15 @@ -855,15 +855,15 @@
16         rm -f trylsock.o trylsock
17  
18  socket_accept.o: \
19 -compile socket_accept.c byte.h socket.h uint16.h
20 +compile socket_accept.c byte.h socket.h uint16.h uint32.h
21         ./compile socket_accept.c
22  
23  socket_accept6.o: \
24 -compile socket_accept6.c byte.h socket.h uint16.h
25 +compile socket_accept6.c byte.h socket.h uint16.h uint32.h
26         ./compile socket_accept6.c
27  
28  socket_bind.o: \
29 -compile socket_bind.c byte.h socket.h uint16.h
30 +compile socket_bind.c byte.h socket.h uint16.h uint32.h
31         ./compile socket_bind.c
32  
33  socket_bind6.o: \
34 @@ -871,7 +871,7 @@
35         ./compile socket_bind6.c
36  
37  socket_conn.o: \
38 -compile socket_conn.c byte.h socket.h uint16.h
39 +compile socket_conn.c byte.h socket.h uint16.h uint32.h
40         ./compile socket_conn.c
41  
42  socket_connect6.o: \
43 @@ -879,11 +879,11 @@
44         ./compile socket_connect6.c
45  
46  socket_listen.o: \
47 -compile socket_listen.c socket.h uint16.h
48 +compile socket_listen.c socket.h uint16.h uint32.h
49         ./compile socket_listen.c
50  
51  socket_recv.o: \
52 -compile socket_recv.c byte.h socket.h uint16.h
53 +compile socket_recv.c byte.h socket.h uint16.h uint32.h
54         ./compile socket_recv.c
55  
56  socket_recv6.o: \
57 @@ -891,7 +891,7 @@
58         ./compile socket_recv6.c
59  
60  socket_send.o: \
61 -compile socket_send.c byte.h socket.h uint16.h
62 +compile socket_send.c byte.h socket.h uint16.h uint32.h
63         ./compile socket_send.c
64  
65  socket_send6.o: \
66 @@ -899,7 +899,7 @@
67         ./compile socket_send6.c
68  
69  socket_tcp.o: \
70 -compile socket_tcp.c ndelay.h socket.h uint16.h
71 +compile socket_tcp.c ndelay.h socket.h uint16.h uint32.h
72         ./compile socket_tcp.c
73  
74  socket_tcp6.o: \
75 @@ -907,7 +907,7 @@
76         ./compile socket_tcp6.c
77  
78  socket_udp.o: \
79 -compile socket_udp.c ndelay.h socket.h uint16.h
80 +compile socket_udp.c ndelay.h socket.h uint16.h uint32.h
81         ./compile socket_udp.c
82  
83  socket_udp6.o: \
This page took 0.036981 seconds and 3 git commands to generate.