From: sof Date: Mon, 17 Aug 1998 11:07:38 +0000 (+0000) Subject: [project @ 1998-08-17 11:07:38 by sof] X-Git-Tag: Approx_2487_patches~321 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=53adf3f06c51ed27f8335e373e39f09e70141216;p=ghc-hetmet.git [project @ 1998-08-17 11:07:38 by sof] . vs -> confusion --- diff --git a/ghc/lib/std/cbits/setBuffering.lc b/ghc/lib/std/cbits/setBuffering.lc index 5859434..01e40fd 100644 --- a/ghc/lib/std/cbits/setBuffering.lc +++ b/ghc/lib/std/cbits/setBuffering.lc @@ -104,7 +104,7 @@ StgInt size; return -1; } } - size = sb->st_blksize; + size = sb.st_blksize; #else size = BUFSIZ; #endif