I have now been able to add my own system call, but right now, I'm able to access it only through the system(param) command. How do I let my program directly call the function?
For example if my system call is: mycall (void) with a syscall number as 300. Right now I'm able to call this from my "C" program using syscall (300), but I wan't to call it directly as mycall() from the program. Hope I made sense... :-( Any suggestions? Pavan Balaji, CIS Graduate Student, Ohio State University "Being happy doesn't mean that everything is perfect... It just means that you have decided to see beyond the imperfections" -- Rash To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message