FILE *tty;
int tty_flags = O_RDWR;
#ifndef __DragonFLy__
#ifndef __DragonFly__
tty_flags |= O_TTY_INIT;
#endif
tty_fd = open(_PATH_TTY, tty_flags);