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 _______________________________________________ GNUnet-SVN mailing list GNUnet-SVN@gnu.org http://lists.gnu.org/mailman/listinfo/gnunet-svn