]> git.pld-linux.org Git - packages/compface.git/commitdiff
- useless
authorKarol Krenski <charles@pld-linux.org>
Sat, 22 Jan 2005 02:53:59 +0000 (02:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    compface-errno.patch -> 1.2

compface-errno.patch [deleted file]

diff --git a/compface-errno.patch b/compface-errno.patch
deleted file mode 100644 (file)
index 2ab8622..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-diff -ur compface-1.4/cmain.c compface-1.4-/cmain.c
---- compface-1.4/cmain.c       Thu Nov 23 01:51:03 2000
-+++ compface-1.4-/cmain.c      Fri Apr  4 19:03:16 2003
-@@ -36,6 +36,8 @@
- #include <string.h>
- #endif
-+#include <errno.h>
-+
- #include "compface.h"
- /* the buffer is longer than needed to handle sparse input formats */
-@@ -57,8 +59,6 @@
- extern int errno, sys_nerr;
- extern char *sys_errlist[];
- #else
--extern int errno;
--char *strerror();
- char *strerrorwrap();
- #endif
-diff -ur compface-1.4/uncmain.c compface-1.4-/uncmain.c
---- compface-1.4/uncmain.c     Thu Nov 23 01:51:24 2000
-+++ compface-1.4-/uncmain.c    Fri Apr  4 19:03:44 2003
-@@ -36,6 +36,8 @@
- #include <string.h>
- #endif
-+#include <errno.h>
-+
- #include "compface.h"
- /* the buffer is longer than needed to handle sparse input formats */
-@@ -57,8 +59,6 @@
- extern int errno, sys_nerr;
- extern char *sys_errlist[];
- #else
--extern int errno;
--char *strerror();
- char *strerrorwrap();
- #endif
This page took 0.058414 seconds and 4 git commands to generate.