diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1999-02-15 02:15:32 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1999-02-15 02:15:32 +0000 |
commit | 86464aed71025541805e7b1515541aee89879e33 (patch) | |
tree | e01a457a4912a8553bc65524aa3125d51f29f810 /fs/ufs/symlink.c | |
parent | 88f99939ecc6a95a79614574cb7d95ffccfc3466 (diff) |
Merge with Linux 2.2.1.
Diffstat (limited to 'fs/ufs/symlink.c')
-rw-r--r-- | fs/ufs/symlink.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/ufs/symlink.c b/fs/ufs/symlink.c index bdc38e9fe..39b54e05d 100644 --- a/fs/ufs/symlink.c +++ b/fs/ufs/symlink.c @@ -1,5 +1,5 @@ /* - * linux/ufs/ufs/symlink.c + * linux/fs/ufs/symlink.c * * Copyright (C) 1998 * Daniel Pirkl <daniel.pirkl@emai.cz> @@ -27,7 +27,7 @@ #include <linux/errno.h> #include <linux/fs.h> -#include <linux/ext2_fs.h> +#include <linux/ufs_fs.h> #include <linux/sched.h> #include <linux/mm.h> #include <linux/stat.h> |