shithub: freetype+ttf2subf

Download patch

ref: f9b44e30b5feedfb29b9ab85a9128f962203eff3
parent: fefd8742928491a9da356cc1c37f434c76d73514
author: Werner Lemberg <[email protected]>
date: Tue Jun 15 09:57:00 EDT 2004

* src/lzw/zopen.c: Comment out inclusion of `signal.h' and `unistd.h'.

git/fs: mount .git/fs: mount/attach disallowed
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-06-14  Werner Lemberg  <[email protected]>
+
+	* src/lzw/zopen.c: Comment out inclusion of signal.h and unistd.h.
+	Reported by Hyv�rinen Jyrki Juhani.
+
 2004-06-11  Werner Lemberg  <[email protected]>
 
 	* docs/CHANGES: Updated.
--- a/src/lzw/zopen.c
+++ b/src/lzw/zopen.c
@@ -66,10 +66,14 @@
  */
 
 #include <ctype.h>
+#if 0
 #include <signal.h>
+#endif
 #include <stdlib.h>
 #include <string.h>
+#if 0
 #include <unistd.h>
+#endif
 
 #if 0
 static char_type magic_header[] =