summaryrefslogtreecommitdiff
blob: dcd991e3f20ca96bf5be21622ba13f8081b62b83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
http://bugs.gentoo.org/328531

From 3a7a1820d4cecbd77c7b74c785af5942510bf080 Mon Sep 17 00:00:00 2001
From: Sergey Poznyakoff <gray@gnu.org.ua>
Date: Thu, 22 Jul 2010 13:13:34 +0300
Subject: [PATCH] Minor fix.

* src/filetypes.h: Remove declarations of stat and lstat.
---
 src/filetypes.h |    2 --
 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 ();
-- 
1.7.3