diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-07-14 19:59:56 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-07-14 19:59:56 +0000 |
commit | 6470349edc594c05b3c8f83a86cbeea8fc531995 (patch) | |
tree | 9ca56a0250f479fdf1cd9accbc820bc4d9b6e623 | |
parent | c863079bec887a0dcbad9bad2c073240aa8cb4f9 (diff) |
Formerly tables.c.~3~
-rw-r--r-- | ufs/tables.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ufs/tables.c b/ufs/tables.c index 8cf46b01..81e3c25c 100644 --- a/ufs/tables.c +++ b/ufs/tables.c @@ -1,3 +1,4 @@ +/* Modified from BSD for GNU Hurd ufs server by Michael I. Bushnell. */ /* * Copyright (c) 1982, 1986, 1993 * The Regents of the University of California. All rights reserved. @@ -33,7 +34,8 @@ * @(#)ffs_tables.c 8.1 (Berkeley) 6/11/93 */ -#include <sys/param.h> +#include "ufs.h" +#include "fs.h" /* * Bit patterns for identifying fragments in the block map |