On Thu, 29 Apr 2004, James Yonan wrote:

> Ooops... let's try that again with the correct subject line.
> 
> A new release of the 2.0 beta is available.

This prompted me to pull from CVS, I figured I need this patch on Linux
when compiling with GCC 3.4 with strict error checking enabled:

Index: syshead.h
===================================================================
RCS file: /cvsroot/openvpn/openvpn/syshead.h,v
retrieving revision 1.25.2.6
diff -u -r1.25.2.6 syshead.h
--- syshead.h   29 Apr 2004 06:19:46 -0000      1.25.2.6
+++ syshead.h   1 May 2004 10:09:05 -0000
@@ -26,6 +26,8 @@
 #ifndef SYSHEAD_H
 #define SYSHEAD_H

+#define _BSD_SOURCE
+
 #ifdef HAVE_SYS_TYPES_H
 #include <sys/types.h>
 #endif



Reply via email to