Remove RCS keywords, since they no longer work after git migration.
[mmh] / sbr / discard.c
index fffc0fa..dbc865c 100644 (file)
@@ -2,7 +2,9 @@
 /*
  * 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 +53,7 @@ discard (FILE *io)
 # endif
 #endif
 
-#ifdef _FSTDIO
+#if defined(_FSTDIO) || defined(__DragonFly__)
     fpurge (io);
 #else
 # ifdef LINUX_STDIO