Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
22 righe
604 B
22 righe
604 B
--- src/lrz.c.orig Wed Dec 30 08:49:24 1998 |
|
+++ src/lrz.c Sun Nov 25 12:17:49 2001 |
|
@@ -41,7 +41,7 @@ |
|
#include "xstrtoul.h" |
|
#include "error.h" |
|
|
|
-#ifndef STRICT_PROTOTYPES |
|
+#if !defined(STRICT_PROTOTYPES) && !defined(__linux__) |
|
extern time_t time(); |
|
extern char *strerror(); |
|
extern char *strstr(); |
|
--- src/lsz.c.orig Sun Nov 25 12:18:46 2001 |
|
+++ src/lsz.c Sun Nov 25 12:18:10 2001 |
|
@@ -50,7 +50,7 @@ |
|
#include "xstrtoul.h" |
|
#include "error.h" |
|
|
|
-#ifndef STRICT_PROTOTYPES |
|
+#if !defined(STRICT_PROTOTYPES) && !defined(__linux__) |
|
extern time_t time(); |
|
extern char *strerror(); |
|
extern char *strstr();
|
|
|