From: Chris Hanson Date: Wed, 20 Nov 2002 20:35:04 +0000 (+0000) Subject: Fix typo. X-Git-Tag: 20090517-FFI~2134 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=255e53a5181d5db59d3600353cb9f25143afdd45;p=mit-scheme.git Fix typo. --- diff --git a/v7/src/microcode/uxfs.c b/v7/src/microcode/uxfs.c index 275845746..643a2b0ca 100644 --- a/v7/src/microcode/uxfs.c +++ b/v7/src/microcode/uxfs.c @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: uxfs.c,v 1.23 2002/11/20 19:46:15 cph Exp $ +$Id: uxfs.c,v 1.24 2002/11/20 20:35:04 cph Exp $ Copyright (c) 1990-2002 Massachusetts Institute of Technology @@ -33,7 +33,7 @@ Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # undef HAVE_STATFS #endif -#ifdef HAVE_STATSF +#ifdef HAVE_STATFS # ifdef HAVE_SYS_VFS_H /* GNU/Linux */ # include