I have a doubt regarding opening a log file in linux
device drivers.

when i use 

int fp;
fp = open("//etc//osiwan.log",O_CREAT|O_RDWR); 

in my driver code and compile, i am able to get my
library(tp02.ld). By using this tp02.ld library i
build streams.o, a streams module using LiS(Linux
streams). when i use 

insmod streams.o

it is giving an error unresolved symbol open.
Is the above procedure correct? can any one please
help me, what the problem is. 

thanking you
krishna prasad

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com


-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to