X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;ds=sidebyside;f=sbr%2Fdiscard.c;h=dbc865c49441c01a3484d7e0028dac7b71f1dead;hb=5dd6771b28c257af405d7248639ed0e3bcdce38b;hp=7c132ceb1ea77e398dd5b18a3bff4e0f2ab0e1aa;hpb=6c42153ad9362cc676ea66563bf400d7511b3b68;p=mmh diff --git a/sbr/discard.c b/sbr/discard.c index 7c132ce..dbc865c 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