X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/1691e80890e5d8ba258c51c214a3e91880e1db2b..d852091446f41b56c10a4163c9d00dd90eb2bc1b:/sbr/discard.c diff --git a/sbr/discard.c b/sbr/discard.c index fffc0fa8..55c160bf 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