commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r7453 - in gnuradio/branches/developers/eb/freebsd: .


From: eb
Subject: [Commit-gnuradio] r7453 - in gnuradio/branches/developers/eb/freebsd: . gnuradio-core/src/lib/io
Date: Wed, 16 Jan 2008 13:27:30 -0700 (MST)

Author: eb
Date: 2008-01-16 13:27:29 -0700 (Wed, 16 Jan 2008)
New Revision: 7453

Modified:
   gnuradio/branches/developers/eb/freebsd/configure.ac
   
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.h
Log:
didn't really need sys/param.h

Modified: gnuradio/branches/developers/eb/freebsd/configure.ac
===================================================================
--- gnuradio/branches/developers/eb/freebsd/configure.ac        2008-01-16 
17:08:47 UTC (rev 7452)
+++ gnuradio/branches/developers/eb/freebsd/configure.ac        2008-01-16 
20:27:29 UTC (rev 7453)
@@ -127,7 +127,7 @@
 AC_CHECK_HEADERS(fcntl.h limits.h strings.h time.h sys/ioctl.h sys/time.h 
unistd.h)
 AC_CHECK_HEADERS(linux/ppdev.h dev/ppbus/ppi.h sys/mman.h sys/select.h 
sys/types.h)
 AC_CHECK_HEADERS(sys/resource.h stdint.h sched.h signal.h sys/syscall.h)
-AC_CHECK_HEADERS(netinet/in.h sys/param.h)
+AC_CHECK_HEADERS(netinet/in.h)
 AC_CHECK_HEADERS(windows.h)
 
 dnl Checks for typedefs, structures, and compiler characteristics.

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-16 17:08:47 UTC (rev 7452)
+++ 
gnuradio/branches/developers/eb/freebsd/gnuradio-core/src/lib/io/gr_udp_sink.h  
    2008-01-16 20:27:29 UTC (rev 7453)
@@ -31,9 +31,6 @@
 #if defined(HAVE_NETINET_IN_H)
 #include <netinet/in.h>
 #endif
-#if defined(HAVE_SYS_PARAM_H)
-#include <sys/param.h>
-#endif
 
 class gr_udp_sink;
 typedef boost::shared_ptr<gr_udp_sink> gr_udp_sink_sptr;

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-16 17:08:47 UTC (rev 7452)
+++ 
gnuradio/branches/developers/eb/freebsd/gnuradio-core/src/lib/io/gr_udp_source.h
    2008-01-16 20:27:29 UTC (rev 7453)
@@ -30,9 +30,6 @@
 #if defined(HAVE_NETINET_IN_H)
 #include <netinet/in.h>
 #endif
-#if defined(HAVE_SYS_PARAM_H)
-#include <sys/param.h>
-#endif
 
 class gr_udp_source;
 typedef boost::shared_ptr<gr_udp_source> gr_udp_source_sptr;





reply via email to

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