From 7081521ad303772bde7a76cf2e337f0ce5e294f3 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 26 Feb 2001 04:14:41 +0000 Subject: 2001-02-25 Roland McGrath * lookup.c: Include for abort decl. --- isofs/lookup.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/isofs/lookup.c b/isofs/lookup.c index 8a0777e4..ed5dc3c0 100644 --- a/isofs/lookup.c +++ b/isofs/lookup.c @@ -1,5 +1,5 @@ /* - Copyright (C) 1997, 1998, 1999 Free Software Foundation, Inc. + Copyright (C) 1997,98,99,2001 Free Software Foundation, Inc. Written by Thomas Bushnell, n/BSG. This file is part of the GNU Hurd. @@ -19,6 +19,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ #include +#include #include #include "isofs.h" @@ -359,7 +360,7 @@ diskfs_get_directs (struct node *dp, if (use_file_start_id (ep, &rr)) { off_t file_start; - + err = calculate_file_start (ep, &file_start, &rr); if (err) { -- cgit v1.2.3