* fhandler_process.cc (fhandler_process::open): Set fileid.
This commit is contained in:
parent
afc15fdf49
commit
47413f8473
@ -1,3 +1,7 @@
|
|||||||
|
2002-06-02 Christopher January <chris@atomice.net>
|
||||||
|
|
||||||
|
* fhandler_process.cc (fhandler_process::open): Set fileid.
|
||||||
|
|
||||||
2002-06-02 Christopher Faylor <cgf@redhat.com>
|
2002-06-02 Christopher Faylor <cgf@redhat.com>
|
||||||
|
|
||||||
Remove unneeded sigproc.h includes throughout.
|
Remove unneeded sigproc.h includes throughout.
|
||||||
|
@ -226,6 +226,7 @@ fhandler_process::open (path_conv *pc, int flags, mode_t mode)
|
|||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
fileid = process_file_no;
|
||||||
fill_filebuf (p);
|
fill_filebuf (p);
|
||||||
|
|
||||||
if (flags & O_APPEND)
|
if (flags & O_APPEND)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user