X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=ossec-hids.git;a=blobdiff_plain;f=src%2Fsysinfo%2Fdf.c;fp=src%2Fsysinfo%2Fdf.c;h=0000000000000000000000000000000000000000;hp=0b958716e651ae02d0eea519f7b9801313acb301;hb=3f728675941dc69d4e544d3a880a56240a6e394a;hpb=927951d1c1ad45ba9e7325f07d996154a91c911b diff --git a/src/sysinfo/df.c b/src/sysinfo/df.c deleted file mode 100755 index 0b95871..0000000 --- a/src/sysinfo/df.c +++ /dev/null @@ -1,9 +0,0 @@ -#include -#include "statfs.h" - -int main() - { - if(getstatfspath() != 0) - printf("error..\n"); - return(0); - }