Results 1 to 1 of 1
Here's what I'm doing. I've got a project to implement soft links in Minix. The first place I went was the file open.c (attached). Observe the do_open section at line ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 06-25-2009 #1Just Joined!
- Join Date
- Dec 2006
- Posts
- 47
More of a Minix question - anyone know about Minix inter-process messaging/open.c?
Here's what I'm doing. I've got a project to implement soft links in Minix. The first place I went was the file open.c (attached). Observe the do_open section at line 48. I'm trying to get a cstring that contains the path of the file being opened. My first instinct was
However, this doesn't appear to be working. Does anyone know how I can access the path of the file being opened and set it to a cstring? Thanks a bundle!Code:char* temp = m_in.name;


Reply With Quote
