From 255e53a5181d5db59d3600353cb9f25143afdd45 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Wed, 20 Nov 2002 20:35:04 +0000 Subject: [PATCH] Fix typo. --- v7/src/microcode/uxfs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.25.1