* docs/MAIL.FILTERING: added note on removing procmail -f or
[mmh] / sbr / discard.c
index fffc0fa..55c160b 100644 (file)
@@ -3,6 +3,10 @@
  * discard.c -- discard output on a file pointer
  *
  * $Id$
+ *
+ * This code is Copyright (c) 2002, by the authors of nmh.  See the
+ * COPYRIGHT file in the root directory of the nmh distribution for
+ * complete copyright information.
  */
 
 #include <h/mh.h>
@@ -51,7 +55,7 @@ discard (FILE *io)
 # endif
 #endif
 
-#ifdef _FSTDIO
+#if defined(_FSTDIO) || defined(__DragonFly__)
     fpurge (io);
 #else
 # ifdef LINUX_STDIO