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