change log for rtems (2011-03-02)

rtems-vc at rtems.org rtems-vc at rtems.org
Wed Mar 2 12:10:27 UTC 2011


 *ralf*:
Use <sys/queue.h> instead of <rtems/bsd/sys/queue.h.

M    1.8  cpukit/libnetworking/sys/mount.h
M   1.14  cpukit/libnetworking/sys/socketvar.h
M   1.14  cpukit/libnetworking/sys/sysctl.h

diff -u rtems/cpukit/libnetworking/sys/mount.h:1.7 rtems/cpukit/libnetworking/sys/mount.h:1.8
--- rtems/cpukit/libnetworking/sys/mount.h:1.7	Thu May 10 02:29:13 2007
+++ rtems/cpukit/libnetworking/sys/mount.h	Wed Mar  2 06:06:46 2011
@@ -40,7 +40,7 @@
 #ifndef _KERNEL
 #include <sys/ucred.h>
 #endif
-#include <rtems/bsd/sys/queue.h>
+#include <sys/queue.h>
 
 typedef struct fsid { int32_t val[2]; } fsid_t;	/* filesystem id type */
 

diff -u rtems/cpukit/libnetworking/sys/socketvar.h:1.13 rtems/cpukit/libnetworking/sys/socketvar.h:1.14
--- rtems/cpukit/libnetworking/sys/socketvar.h:1.13	Thu May 27 02:31:49 2010
+++ rtems/cpukit/libnetworking/sys/socketvar.h	Wed Mar  2 06:06:46 2011
@@ -35,7 +35,7 @@
 #ifndef _SYS_SOCKETVAR_H_
 #define _SYS_SOCKETVAR_H_
 
-#include <rtems/bsd/sys/queue.h>			/* for TAILQ macros */
+#include <sys/queue.h>			/* for TAILQ macros */
 #include <sys/select.h>			/* for struct selinfo */
 
 

diff -u rtems/cpukit/libnetworking/sys/sysctl.h:1.13 rtems/cpukit/libnetworking/sys/sysctl.h:1.14
--- rtems/cpukit/libnetworking/sys/sysctl.h:1.13	Wed Apr 14 05:57:48 2010
+++ rtems/cpukit/libnetworking/sys/sysctl.h	Wed Mar  2 06:06:46 2011
@@ -37,7 +37,7 @@
 #define	_SYS_SYSCTL_H_
 
 #include <stdint.h>
-#include <rtems/bsd/sys/queue.h>
+#include <sys/queue.h>
 
 struct thread;
 /*


 *ralf*:
2011-03-02	Ralf Corsépius <ralf.corsepius at rtems.org>

	* libnetworking/sys/mount.h, libnetworking/sys/socketvar.h,
	libnetworking/sys/sysctl.h:
	Use <sys/queue.h> instead of <rtems/bsd/sys/queue.h.

M 1.2754  cpukit/ChangeLog

diff -u rtems/cpukit/ChangeLog:1.2753 rtems/cpukit/ChangeLog:1.2754
--- rtems/cpukit/ChangeLog:1.2753	Wed Mar  2 01:24:24 2011
+++ rtems/cpukit/ChangeLog	Wed Mar  2 06:06:56 2011
@@ -1,5 +1,11 @@
 2011-03-02	Ralf Corsépius <ralf.corsepius at rtems.org>
 
+	* libnetworking/sys/mount.h, libnetworking/sys/socketvar.h,
+	libnetworking/sys/sysctl.h: 
+	Use <sys/queue.h> instead of <rtems/bsd/sys/queue.h.
+
+2011-03-02	Ralf Corsépius <ralf.corsepius at rtems.org>
+
 	* configure.ac: Rework checks for mandated headers tar.h,
 	errno.h, sched.h, sys/cdefs.h, sys/queue.h.
 



--

Generated by Deluxe Loginfo [http://www.codewiz.org/projects/index.html#loginfo] 2.122 by Bernardo Innocenti <bernie at develer.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/vc/attachments/20110302/cc6e64a9/attachment.html>


More information about the vc mailing list