bug-gnulib
[Top][All Lists]
Advanced

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

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


From: Simon Josefsson
Subject: Re: lib/arpa_inet.in.h under C++
Date: Fri, 16 Jan 2009 13:09:40 +0100
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.60 (gnu/linux)

Albert Chin <address@hidden> 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 enough that it isn't required.

/Simon




reply via email to

[Prev in Thread] Current Thread [Next in Thread]