You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
337 B
11 lines
337 B
8 years ago
|
--- ../cache/alpine-2.20/pico/osdep/filesys.c 2015-01-12 05:12:25.272177331 +0000
|
||
|
+++ ./pico/osdep/filesys.c 2016-12-11 00:14:46.945596542 +0000
|
||
|
@@ -777,7 +777,6 @@
|
||
|
char *cb;
|
||
|
struct stat tsb, fsb;
|
||
|
EML eml;
|
||
|
- extern int errno;
|
||
|
|
||
|
if(our_stat(a, &fsb) < 0){ /* get source file info */
|
||
|
eml.s = errstr(errno);
|