Re: [PATCH 7/5] transport: optionally honor DNS SRV records

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Am 3/8/2012 22:35, schrieb Jonathan Nieder:
> (By the way, what platforms don't support BIND and a random number
> generator?)

MinGW, for example:

D:\Src\mingw-git>cat foo.c && gcc -c foo.c
#include <arpa/nameser.h>
#include <resolv.h>
#include <stdlib.h>

void (*x)(long int) = srand48;
foo.c:1:26: error: arpa/nameser.h: No such file or directory
foo.c:2:20: error: resolv.h: No such file or directory
foo.c:5: error: 'srand48' undeclared here (not in a function)

-- Hannes
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]