共有 2 个文件被更改,包括 26 次插入 和 2 次删除
@ -0,0 +1,22 @@
|
||||
--- filterdiff.c.orig Thu Jan 31 14:35:00 2002
|
||||
+++ filterdiff.c Fri Feb 1 13:32:41 2002
|
||||
@@ -27,6 +27,9 @@
|
||||
#ifdef HAVE_ERROR_H
|
||||
# include <error.h>
|
||||
#endif /* HAVE_ERROR_H */
|
||||
+#ifdef HAVE_SYS_TYPES_H
|
||||
+# include <sys/types.h> // for ssize_t
|
||||
+#endif /* HAVE_SYS_TYPES_H */
|
||||
#include <fnmatch.h>
|
||||
#include <getopt.h>
|
||||
#include <locale.h>
|
||||
@@ -34,9 +37,6 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
-#ifdef HAVE_SYS_TYPES_H
|
||||
-# include <sys/types.h> // for ssize_t
|
||||
-#endif /* HAVE_SYS_TYPES_H */
|
||||
#include <time.h>
|
||||
|
||||
#include "util.h"
|
正在加载...
在新工单中引用