]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Remove declaration of statfs.
authorJim Meyering <jim@meyering.net>
Thu, 6 Feb 2003 10:25:43 +0000 (10:25 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 6 Feb 2003 10:25:43 +0000 (10:25 +0000)
It conflicted with one from OSF/1 5.1 in <sys/mount.h>.

lib/fsusage.c

index 2d935fb30672dbf35e83cfbcc5eaddb0a0f81d5f..f717d43a941bb5cfb4fc7008b20b85d7121fe31e 100644 (file)
@@ -1,5 +1,5 @@
 /* fsusage.c -- return space usage of mounted filesystems
-   Copyright (C) 1991, 1992, 1996, 1998, 1999, 2002 Free Software
+   Copyright (C) 1991, 1992, 1996, 1998, 1999, 2002, 2003 Free Software
    Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
@@ -42,8 +42,6 @@
 # define CHAR_BIT 8
 #endif
 
-int statfs ();
-
 #if HAVE_SYS_PARAM_H
 # include <sys/param.h>
 #endif