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