From 4ac64043361df9cca058e062e587047b6199ee5d Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Mon, 22 May 2006 22:46:26 +0000 Subject: [PATCH] Remove "fwrite" declaration under "! HAVE_UNISTD_H". It's unused and will be in stdio.h anyway (if it's anywhere). --- libguile/fports.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libguile/fports.c b/libguile/fports.c index 7af5f6a27..ffd929e2e 100644 --- a/libguile/fports.c +++ b/libguile/fports.c @@ -37,8 +37,6 @@ #endif #ifdef HAVE_UNISTD_H #include -#else -size_t fwrite (); #endif #ifdef HAVE_IO_H #include