Albert Chin writes:
> lib/arpa_inet.in.h needs the usual:
> #ifdef __cplusplus
> extern "C" {
> #endif
>
> ...
>
> #ifdef __cplusplus
> }
> #endif
>
> to work under C++. Patch attached.
Thanks, pushed. I didn't find copyright papers for you, but I believe
this patch is short enoug
lib/arpa_inet.in.h needs the usual:
#ifdef __cplusplus
extern "C" {
#endif
...
#ifdef __cplusplus
}
#endif
to work under C++. Patch attached.
--
albert chin (ch...@thewrittenword.com)
>From 36f93105aace962d70703887bfa633ca0c0f0638 Mon Sep 17 00:00:00 2001
From: Albert Chin-A-Youn