aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2010-07-22 13:13:34 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2010-07-22 13:13:34 +0300
commit3a7a1820d4cecbd77c7b74c785af5942510bf080 (patch)
tree8ad30b3ec22ad2a0365bd9144999396fa45f6064 /src
parent6665726a0799e9acc5a7e07eb4dd83b1e4973bb9 (diff)
downloadcpio-3a7a1820d4cecbd77c7b74c785af5942510bf080.tar.gz
cpio-3a7a1820d4cecbd77c7b74c785af5942510bf080.tar.bz2
Minor fix.
* src/filetypes.h: Remove declarations of stat and lstat.
Diffstat (limited to 'src')
-rw-r--r--src/filetypes.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/filetypes.h b/src/filetypes.h
index f80faab..81f0c32 100644
--- a/src/filetypes.h
+++ b/src/filetypes.h
@@ -81,5 +81,3 @@
#ifndef S_ISLNK
#define lstat stat
#endif
-int lstat ();
-int stat ();

Return to:

Send suggestions and report system problems to the System administrator.