SOURCES: popt-diet.patch (NEW) - dietlibc needs termios.h

baggins baggins at pld-linux.org
Wed Mar 18 16:32:30 CET 2009


Author: baggins                      Date: Wed Mar 18 15:32:30 2009 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- dietlibc needs termios.h

---- Files affected:
SOURCES:
   popt-diet.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/popt-diet.patch
diff -u /dev/null SOURCES/popt-diet.patch:1.1
--- /dev/null	Wed Mar 18 16:32:31 2009
+++ SOURCES/popt-diet.patch	Wed Mar 18 16:32:24 2009
@@ -0,0 +1,13 @@
+--- popt-1.14/popthelp.c~	2008-03-27 18:33:08.000000000 +0100
++++ popt-1.14/popthelp.c	2009-03-18 15:31:07.000000000 +0100
+@@ -22,6 +22,10 @@
+ #endif
+ #include "poptint.h"
+ 
++#ifdef __dietlibc__
++#include <termios.h>
++#endif
++
+ /*@access poptContext@*/
+ 
+ /**
================================================================


More information about the pld-cvs-commit mailing list