* fhandler_process.cc (fhandler_process::open): Set fileid.

This commit is contained in:
Christopher Faylor
2002-06-02 16:42:02 +00:00
parent afc15fdf49
commit 47413f8473
3 changed files with 12 additions and 7 deletions

View File

@ -226,6 +226,7 @@ fhandler_process::open (path_conv *pc, int flags, mode_t mode)
goto out;
}
fileid = process_file_no;
fill_filebuf (p);
if (flags & O_APPEND)