diff options
Diffstat (limited to 'lib/libcompat/4.1/gtty.c')
-rw-r--r-- | lib/libcompat/4.1/gtty.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libcompat/4.1/gtty.c b/lib/libcompat/4.1/gtty.c index a6a9c64..524f1a6 100644 --- a/lib/libcompat/4.1/gtty.c +++ b/lib/libcompat/4.1/gtty.c @@ -29,7 +29,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: gtty.c,v 1.1 1994/05/21 05:20:34 cgd Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* not lint */ #include <sgtty.h> @@ -39,6 +39,9 @@ static char rcsid[] = "$Id: gtty.c,v 1.1 1994/05/21 05:20:34 cgd Exp $"; * This was defined in ioctl_compat.h as: * #define gtty(fd, tty) ioctl(fd, TIOCGETP, tty) */ + +#undef gtty + int gtty(fd, tty) int fd; |