X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/6c42153ad9362cc676ea66563bf400d7511b3b68..823a67fb93caa46a4451d86741cc6702f0003926:/sbr/discard.c diff --git a/sbr/discard.c b/sbr/discard.c index 7c132ceb..dbc865c4 100644 --- a/sbr/discard.c +++ b/sbr/discard.c @@ -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