I’m trying to write a program that uses fattach but the compiler says fattach not implemented. I have included the header file stropts.h. what should I do?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Your two main options, as far as I can tell, are to rewrite your code to not use
fattach()or to downgrade to a kernel version 2.4.5 or lower.Other options include waiting for somebody to write
fattach()support for current kernels and submitting a patch for it yourself.