* sbr/ambigsw.c: Send print_sw output to stderr. This avoids
[mmh] / sbr / discard.c
index 7c132ce..55c160b 100644 (file)
@@ -55,7 +55,7 @@ discard (FILE *io)
 # endif
 #endif
 
-#ifdef _FSTDIO
+#if defined(_FSTDIO) || defined(__DragonFly__)
     fpurge (io);
 #else
 # ifdef LINUX_STDIO