Removed vfs_types.h - it's no longer needed.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9143 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2004-10-01 01:31:15 +00:00
parent 2c8b3014ef
commit 57549ff41e
2 changed files with 1 additions and 16 deletions

View File

@ -1,6 +1,6 @@
/*
** Copyright 2002-2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
** Distributed under the terms of the OpenBeOS License.
** Distributed under the terms of the Haiku License.
**
** Copyright 2001-2002, Travis Geiselbrecht. All rights reserved.
** Distributed under the terms of the NewOS License.
@ -22,8 +22,6 @@
#define MAX_FD_TABLE_SIZE 2048
#define MAX_NODE_MONITORS 4096
#include <vfs_types.h>
struct kernel_args;
struct file_descriptor;

View File

@ -1,13 +0,0 @@
#ifndef VFS_TYPES_H
#define VFS_TYPES_H
#include <sys/uio.h>
typedef struct iovecs {
size_t num;
size_t total_len;
iovec vec[0];
} iovecs;
#endif /* VFS_TYPES_H */