change log for rtems (2011-05-11)
rtems-vc at rtems.org
rtems-vc at rtems.org
Thu May 12 04:10:28 UTC 2011
*ralf*:
2011-05-12 Ralf Corsépius <ralf.corsepius at rtems.org>
* libnetworking/resolv.h: Make self-contained.
M 1.2816 cpukit/ChangeLog
diff -u rtems/cpukit/ChangeLog:1.2815 rtems/cpukit/ChangeLog:1.2816
--- rtems/cpukit/ChangeLog:1.2815 Wed May 11 14:49:40 2011
+++ rtems/cpukit/ChangeLog Wed May 11 23:06:11 2011
@@ -1,3 +1,7 @@
+2011-05-12 Ralf Corsépius <ralf.corsepius at rtems.org>
+
+ * libnetworking/resolv.h: Make self-contained.
+
2011-05-11 Joel Sherrill <joel.sherrill at oarcorp.com>
* score/Makefile.am, score/include/rtems/score/isr.h: Replace tabs with
*ralf*:
2011-05-12 Ralf Corsépius <ralf.corsepius at rtems.org>
* libnetworking/nfs/nfsproto.h: Make self-contained.
M 1.2817 cpukit/ChangeLog
diff -u rtems/cpukit/ChangeLog:1.2816 rtems/cpukit/ChangeLog:1.2817
--- rtems/cpukit/ChangeLog:1.2816 Wed May 11 23:06:11 2011
+++ rtems/cpukit/ChangeLog Wed May 11 23:07:41 2011
@@ -1,5 +1,6 @@
2011-05-12 Ralf Corsépius <ralf.corsepius at rtems.org>
+ * libnetworking/nfs/nfsproto.h: Make self-contained.
* libnetworking/resolv.h: Make self-contained.
2011-05-11 Joel Sherrill <joel.sherrill at oarcorp.com>
*ralf*:
Make self-contained.
M 1.3 cpukit/libnetworking/nfs/nfsproto.h
M 1.3 cpukit/libnetworking/nfsclient/nfsdiskless.h
M 1.5 cpukit/libnetworking/resolv.h
diff -u rtems/cpukit/libnetworking/nfs/nfsproto.h:1.2 rtems/cpukit/libnetworking/nfs/nfsproto.h:1.3
--- rtems/cpukit/libnetworking/nfs/nfsproto.h:1.2 Thu Sep 15 23:00:05 2005
+++ rtems/cpukit/libnetworking/nfs/nfsproto.h Wed May 11 23:07:28 2011
@@ -40,6 +40,8 @@
#ifndef _NFS_NFSPROTO_H_
#define _NFS_NFSPROTO_H_
+#include <sys/mount.h> /* fhandle_t */
+
/*
* nfs definitions as per the Version 2 and 3 specs
*/
diff -u rtems/cpukit/libnetworking/nfsclient/nfsdiskless.h:1.2 rtems/cpukit/libnetworking/nfsclient/nfsdiskless.h:1.3
--- rtems/cpukit/libnetworking/nfsclient/nfsdiskless.h:1.2 Tue Feb 10 02:22:46 2009
+++ rtems/cpukit/libnetworking/nfsclient/nfsdiskless.h Wed May 11 23:08:48 2011
@@ -36,6 +36,11 @@
#ifndef _NFS_NFSDISKLESS_H_
#define _NFS_NFSDISKLESS_H_
+#include <netinet/in.h> /* struct sockaddr_in */
+#include <net/if.h>
+#include <nfs/nfsproto.h> /* NFSX_V3FHMAX */
+#include <nfsclient/nfsargs.h> /* struct nfs_args */
+
/*
* Structure that must be initialized for a diskless nfs client.
* This structure is used by nfs_mountroot() to set up the root and swap
diff -u rtems/cpukit/libnetworking/resolv.h:1.4 rtems/cpukit/libnetworking/resolv.h:1.5
--- rtems/cpukit/libnetworking/resolv.h:1.4 Thu Mar 24 04:31:25 2011
+++ rtems/cpukit/libnetworking/resolv.h Wed May 11 23:05:58 2011
@@ -61,6 +61,7 @@
#include <sys/types.h>
#include <sys/cdefs.h>
#include <stdio.h>
+#include <netinet/in.h> /* struct in_addr */
/*
* Revision information. This is the release date in YYYYMMDD format.
--
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/20110511/69a7c543/attachment-0001.html>
More information about the vc
mailing list