]> git.marmaro.de Git - mmh/blobdiff - sbr/discard.c
Remove RCS keywords, since they no longer work after git migration.
[mmh] / sbr / discard.c
index 7c132ceb1ea77e398dd5b18a3bff4e0f2ab0e1aa..dbc865c49441c01a3484d7e0028dac7b71f1dead 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