[Envfs-commits] CVS: envfs/fs/envfs file.c,1.2,1.3
Status: Pre-Alpha
Brought to you by:
lethal
|
From: Paul M. <le...@us...> - 2001-09-19 03:21:44
|
Update of /cvsroot/envfs/envfs/fs/envfs
In directory usw-pr-cvs1:/tmp/cvs-serv7960/fs/envfs
Modified Files:
file.c
Log Message:
Initial import (well, initial _proper_ import).
Index: file.c
===================================================================
RCS file: /cvsroot/envfs/envfs/fs/envfs/file.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- file.c 2001/09/19 03:07:37 1.2
+++ file.c 2001/09/19 03:21:42 1.3
@@ -145,6 +145,5 @@
struct file_operations envfs_fops = {
read: envfs_read_file,
mmap: generic_file_mmap,
- llseek: generic_file_llseek,
};
|