gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r6370 - in GNUnet/src: setup/text util


From: gnunet
Subject: [GNUnet-SVN] r6370 - in GNUnet/src: setup/text util
Date: Mon, 18 Feb 2008 17:02:14 -0700 (MST)

Author: grothoff
Date: 2008-02-18 17:02:14 -0700 (Mon, 18 Feb 2008)
New Revision: 6370

Modified:
   GNUnet/src/setup/text/conf.c
   GNUnet/src/util/Makefile.am
Log:
fixing BSD issues reported in mantis 1313

Modified: GNUnet/src/setup/text/conf.c
===================================================================
--- GNUnet/src/setup/text/conf.c        2008-02-18 06:23:55 UTC (rev 6369)
+++ GNUnet/src/setup/text/conf.c        2008-02-19 00:02:14 UTC (rev 6370)
@@ -543,7 +543,7 @@
   char c;
   int ret;
 
-#ifdef OSX
+#if OSX || SOMEBSD
 #  define TCGETS TIOCGETA
 #  define TCSETS TIOCSETA
 #endif

Modified: GNUnet/src/util/Makefile.am
===================================================================
--- GNUnet/src/util/Makefile.am 2008-02-18 06:23:55 UTC (rev 6369)
+++ GNUnet/src/util/Makefile.am 2008-02-19 00:02:14 UTC (rev 6370)
@@ -41,6 +41,12 @@
  DLFLAG=
 endif
 
+if OPENBSD
+ DLFLAG=
+endif
+
+
+
 if CYGWIN
  CYGSUBDIRS = win
  CYGLIBADD = $(top_builddir)/src/util/win/libwin.la 





reply via email to

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