summaryrefslogtreecommitdiff
path: root/isofs
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2001-02-26 04:14:41 +0000
committerRoland McGrath <roland@gnu.org>2001-02-26 04:14:41 +0000
commit7081521ad303772bde7a76cf2e337f0ce5e294f3 (patch)
tree61c89d8b2a757062613dab879fb33c228cf5b08a /isofs
parent35a611c53658a820cdbca66c6175aad0714794a8 (diff)
2001-02-25 Roland McGrath <roland@frob.com>
* lookup.c: Include <stdlib.h> for abort decl.
Diffstat (limited to 'isofs')
-rw-r--r--isofs/lookup.c5
1 files 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 <string.h>
+#include <stdlib.h>
#include <dirent.h>
#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)
{