HAVE_STATVFS should be STAT_STAVFS (caused printing to break on IRIX).
authorJeremy Allison <jra@samba.org>
Thu, 13 Aug 1998 16:20:37 +0000 (16:20 +0000)
committerJeremy Allison <jra@samba.org>
Thu, 13 Aug 1998 16:20:37 +0000 (16:20 +0000)
Jeremy.
(This used to be commit 83c54b01ba6c891a0587a80aa083594ddda9a680)

source3/include/includes.h

index a4547a6b4a65e9e33212b384f178e024e892db53..20eb850cd15620bd6b232490caea6fe1990a8bbb 100644 (file)
@@ -346,7 +346,7 @@ extern int errno;
 #endif
 
 /* this guess needs to be improved (tridge) */
-#if defined(HAVE_STATVFS) && !defined(SYSV)
+#if defined(STAT_STATVFS) && !defined(SYSV)
 #define SYSV 1
 #endif