[Commits] : Tuxbox-GIT: cdk branch master updated. CVS-Final-14-gdc4b813
Tuxbox Sources
Brought to you by:
dbt1
|
From: Thilo G. <tux...@ne...> - 2013-11-17 19:51:18
|
Project "Tuxbox-GIT: cdk":
The branch, master has been updated
via dc4b81337c940b5c5adff3e1ccd1a75c029fd846 (commit)
from 6e6bca4ab60d4e6650b79694b5c3cbfe510d31f2 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit dc4b81337c940b5c5adff3e1ccd1a75c029fd846
Author: GetAway <get...@t-...>
Date: Sun Nov 17 20:02:33 2013 +0100
nfs-utils: fix compile error with newer gcc
Signed-off-by: Thilo Graf <db...@no...>
diff --git a/Patches/nfs-utils.diff b/Patches/nfs-utils.diff
index 2732415..98de91a 100644
--- a/Patches/nfs-utils.diff
+++ b/Patches/nfs-utils.diff
@@ -1,3 +1,25 @@
+diff -uNr nfs-utils-1.1.1_orig/utils/exportfs/exportfs.c nfs-utils-1.1.1/utils/exportfs/exportfs.c
+--- nfs-utils-1.1.1_orig/utils/exportfs/exportfs.c 2013-11-17 19:52:45.000000000 +0100
++++ nfs-utils-1.1.1/utils/exportfs/exportfs.c 2013-11-17 19:53:09.000000000 +0100
+@@ -12,6 +12,7 @@
+ #include <config.h>
+ #endif
+
++#include <sys/stat.h>
+ #include <unistd.h>
+ #include <stdlib.h>
+ #include <string.h>
+diff -uNr nfs-utils-1.1.1_orig/utils/mount/mount.c nfs-utils-1.1.1/utils/mount/mount.c
+--- nfs-utils-1.1.1_orig/utils/mount/mount.c 2013-11-17 19:52:38.000000000 +0100
++++ nfs-utils-1.1.1/utils/mount/mount.c 2013-11-17 19:53:14.000000000 +0100
+@@ -21,6 +21,7 @@
+ #include "config.h"
+ #include <unistd.h>
+ #include <sys/types.h>
++#include <sys/stat.h>
+ #include <stdio.h>
+ #include <string.h>
+ #include <errno.h>
diff -uNr nfs-utils-1.1.1.org/configure.ac nfs-utils-1.1.1/configure.ac
--- nfs-utils-1.1.1.org/configure.ac 2007-10-19 05:07:28.000000000 +0200
+++ nfs-utils-1.1.1/configure.ac 2008-10-07 15:34:55.000000000 +0200
-----------------------------------------------------------------------
Summary of changes:
Patches/nfs-utils.diff | 22 ++++++++++++++++++++++
1 files changed, 22 insertions(+), 0 deletions(-)
--
Tuxbox-GIT: cdk
|