See patch.
>From c9258cccc5e7135656a3874cc3226e94580de106 Mon Sep 17 00:00:00 2001
From: Pascal Stumpf <pascal.stu...@cubes.de>
Date: Wed, 24 Jul 2013 00:55:59 +0200
Subject: [PATCH] include unistd.h for read(2) prototype.  Fixes dtdocbook on
 PowerPC.

There are a lot more warnings here, but this one was an actual bug.  Full
treatment pending ...
---
 cde/programs/dtdocbook/instant/main.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/cde/programs/dtdocbook/instant/main.c 
b/cde/programs/dtdocbook/instant/main.c
index 5f06797..7cd0f95 100644
--- a/cde/programs/dtdocbook/instant/main.c
+++ b/cde/programs/dtdocbook/instant/main.c
@@ -78,6 +78,7 @@ static char *CopyRt =
 #include <dirent.h>
 #include <time.h>
 #include <fcntl.h>
+#include <unistd.h>
 #include <locale.h>
 #include "LocaleXlate.h"
 #include "XlationSvc.h"
-- 
1.8.3.1

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
cdesktopenv-devel mailing list
cdesktopenv-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel

Reply via email to