2010/12/2 Mats Erik Andersson <[email protected]>: > +# if defined(__GLIBC__) && defined(__FreeBSD_kernel__) > +# define SCTTY_IOCTL > +# endif
Is this a kernel issue, a userland (libc) issue, or both? Issues affecting both kernel and userland are very uncommon. If it's only kernel, please don't use __GLIBC__, it would just make it harder for *BSD porters to identify the problem. -- Robert Millan -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

