Re: lib/arpa_inet.in.h under C++

2009-01-16 Thread Simon Josefsson
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 under C++

2009-01-15 Thread Albert Chin
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