commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r7441 - gnuradio/branches/developers/eb/freebsd/gnurad


From: eb
Subject: [Commit-gnuradio] r7441 - gnuradio/branches/developers/eb/freebsd/gnuradio-core/src/lib/io
Date: Tue, 15 Jan 2008 12:42:05 -0700 (MST)

Author: eb
Date: 2008-01-15 12:42:03 -0700 (Tue, 15 Jan 2008)
New Revision: 7441

Modified:
   
gnuradio/branches/developers/eb/freebsd/gnuradio-core/src/lib/io/gr_udp_sink.cc
   
gnuradio/branches/developers/eb/freebsd/gnuradio-core/src/lib/io/gr_udp_sink.h
   
gnuradio/branches/developers/eb/freebsd/gnuradio-core/src/lib/io/gr_udp_source.cc
   
gnuradio/branches/developers/eb/freebsd/gnuradio-core/src/lib/io/gr_udp_source.h
Log:
more tweaks to freebsd patches

Modified: 
gnuradio/branches/developers/eb/freebsd/gnuradio-core/src/lib/io/gr_udp_sink.cc
===================================================================
--- 
gnuradio/branches/developers/eb/freebsd/gnuradio-core/src/lib/io/gr_udp_sink.cc 
    2008-01-14 23:57:30 UTC (rev 7440)
+++ 
gnuradio/branches/developers/eb/freebsd/gnuradio-core/src/lib/io/gr_udp_sink.cc 
    2008-01-15 19:42:03 UTC (rev 7441)
@@ -1,6 +1,6 @@
 /* -*- c++ -*- */
 /*
- * Copyright 2007 Free Software Foundation, Inc.
+ * Copyright 2007,2008 Free Software Foundation, Inc.
  * 
  * This file is part of GNU Radio
  * 
@@ -20,6 +20,9 @@
  * Boston, MA 02110-1301, USA.
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
 #include <gr_udp_sink.h>
 #include <gr_io_signature.h>
 #include <stdexcept>

Modified: 
gnuradio/branches/developers/eb/freebsd/gnuradio-core/src/lib/io/gr_udp_sink.h
===================================================================
--- 
gnuradio/branches/developers/eb/freebsd/gnuradio-core/src/lib/io/gr_udp_sink.h  
    2008-01-14 23:57:30 UTC (rev 7440)
+++ 
gnuradio/branches/developers/eb/freebsd/gnuradio-core/src/lib/io/gr_udp_sink.h  
    2008-01-15 19:42:03 UTC (rev 7441)
@@ -1,6 +1,6 @@
 /* -*- c++ -*- */
 /*
- * Copyright 2007 Free Software Foundation, Inc.
+ * Copyright 2007,2008 Free Software Foundation, Inc.
  * 
  * This file is part of GNU Radio
  * 
@@ -31,7 +31,7 @@
 #if defined(HAVE_NETINET_IN_H)
 #include <netinet/in.h>
 #endif
-#if defined(HAVE_SYS_PARAM_H) && (defined(__unix__) || defined(unix)) && 
!defined(USG)
+#if defined(HAVE_SYS_PARAM_H)
 #include <sys/param.h>
 #endif
 

Modified: 
gnuradio/branches/developers/eb/freebsd/gnuradio-core/src/lib/io/gr_udp_source.cc
===================================================================
--- 
gnuradio/branches/developers/eb/freebsd/gnuradio-core/src/lib/io/gr_udp_source.cc
   2008-01-14 23:57:30 UTC (rev 7440)
+++ 
gnuradio/branches/developers/eb/freebsd/gnuradio-core/src/lib/io/gr_udp_source.cc
   2008-01-15 19:42:03 UTC (rev 7441)
@@ -1,6 +1,6 @@
 /* -*- c++ -*- */
 /*
- * Copyright 2007 Free Software Foundation, Inc.
+ * Copyright 2007,2008 Free Software Foundation, Inc.
  * 
  * This file is part of GNU Radio
  * 
@@ -20,6 +20,9 @@
  * Boston, MA 02110-1301, USA.
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
 #include <gr_udp_source.h>
 #include <gr_io_signature.h>
 #include <stdexcept>

Modified: 
gnuradio/branches/developers/eb/freebsd/gnuradio-core/src/lib/io/gr_udp_source.h
===================================================================
--- 
gnuradio/branches/developers/eb/freebsd/gnuradio-core/src/lib/io/gr_udp_source.h
    2008-01-14 23:57:30 UTC (rev 7440)
+++ 
gnuradio/branches/developers/eb/freebsd/gnuradio-core/src/lib/io/gr_udp_source.h
    2008-01-15 19:42:03 UTC (rev 7441)
@@ -1,6 +1,6 @@
 /* -*- c++ -*- */
 /*
- * Copyright 2007 Free Software Foundation, Inc.
+ * Copyright 2007,2008 Free Software Foundation, Inc.
  * 
  * This file is part of GNU Radio
  * 
@@ -30,7 +30,7 @@
 #if defined(HAVE_NETINET_IN_H)
 #include <netinet/in.h>
 #endif
-#if defined(HAVE_SYS_PARAM_H) && (defined(__unix__) || defined(unix)) && 
!defined(USG)
+#if defined(HAVE_SYS_PARAM_H)
 #include <sys/param.h>
 #endif
 





reply via email to

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