Skip to content

Commit 045268a

Browse files
committed
Do not redeclare statfs()
1 parent 6149a92 commit 045268a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ip.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@
108108
#endif /*HAVE_SYS_STATVFS_H*/
109109
#ifdef HAVE_SYS_VFS_H
110110
#include <sys/vfs.h>
111-
extern int statfs();
112111
#endif /*HAVE_SYS_VFS_H*/
113112
#ifdef HAVE_SYS_MOUNT_H
114113
#include <sys/mount.h>

0 commit comments

Comments
 (0)