1--- configure.orig	2011-12-14 16:04:39.000000000 -0800
2+++ configure	2011-12-14 16:05:47.000000000 -0800
3@@ -25199,7 +25199,7 @@
4 #include <stdio.h>
5 #include <unistd.h>
6 
7-void main(void)
8+int main(void)
9 {
10     int fd, ret = 0;
11     struct stat64 st;
12@@ -34316,7 +34316,7 @@
13 #include <sys/socket.h>
14 #endif
15 
16-void main(void) {
17+int main(void) {
18     struct addrinfo hints, *ai;
19     int error;
20 
21@@ -34379,7 +34379,7 @@
22 #include <netdb.h>
23 #endif
24 
25-void main(void) {
26+int main(void) {
27     if (EAI_ADDRFAMILY < 0) {
28         exit(0);
29     }
30@@ -34440,7 +34440,7 @@
31 #include <netinet/in.h>
32 #endif
33 
34-void main(void) {
35+int main(void) {
36     struct sockaddr_in sa;
37     char hbuf[256];
38     int error;
39