summaryrefslogtreecommitdiffstats
path: root/lib/libcompat/4.1/gtty.c
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1995-04-10 18:48:06 +0000
committerjoerg <joerg@FreeBSD.org>1995-04-10 18:48:06 +0000
commit6f7aeef5d23452d060640fff99700130e2febdc8 (patch)
treecc4fd4fba012a457776cc9830705db7f92d4ac6e /lib/libcompat/4.1/gtty.c
parent22aeb7b0802de48f886c9f428ae99d8a969031d1 (diff)
downloadFreeBSD-src-6f7aeef5d23452d060640fff99700130e2febdc8.zip
FreeBSD-src-6f7aeef5d23452d060640fff99700130e2febdc8.tar.gz
My libcompat cleanup.
o add missing man pages o make all man pages clearly refer to the libcompat thingie o add the information to the vtimes(3) and vlimit(3) man pages that nobody has reimplemented the functions by now o add the missing getpw.c o add code and man pages for cftime(3) and ascftime(3) -- i found them somewhere in old unfinished work
Diffstat (limited to 'lib/libcompat/4.1/gtty.c')
-rw-r--r--lib/libcompat/4.1/gtty.c5
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..7875399 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[] = "$Id: gtty.c,v 1.1.1.1 1994/05/27 10:33:22 rgrimes Exp $";
#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;
OpenPOWER on IntegriCloud