X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=sbr%2Fdiscard.c;h=dbc865c49441c01a3484d7e0028dac7b71f1dead;hp=fffc0fa81825159f422e95da98b785e052f220f1;hb=5dd6771b28c257af405d7248639ed0e3bcdce38b;hpb=1691e80890e5d8ba258c51c214a3e91880e1db2b diff --git a/sbr/discard.c b/sbr/discard.c index fffc0fa..dbc865c 100644 --- a/sbr/discard.c +++ b/sbr/discard.c @@ -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 @@ -51,7 +53,7 @@ discard (FILE *io) # endif #endif -#ifdef _FSTDIO +#if defined(_FSTDIO) || defined(__DragonFly__) fpurge (io); #else # ifdef LINUX_STDIO