]> git.wh0rd.org - dump.git/blobdiff - rmt/rmt.c
Small libc5 compile glitches.
[dump.git] / rmt / rmt.c
index fc1a5d1acc01a2d10ab3c5e3c5b9a8d3eea8c3bc..7d55b2d60c3c1577d157e67147e93a8a82203f98 100644 (file)
--- a/rmt/rmt.c
+++ b/rmt/rmt.c
@@ -40,7 +40,7 @@
 
 #ifndef lint
 static const char rcsid[] =
-       "$Id: rmt.c,v 1.6 1999/10/13 09:57:22 stelian Exp $";
+       "$Id: rmt.c,v 1.7 1999/11/11 16:14:01 tiniou Exp $";
 #endif /* not linux */
 
 /*
@@ -51,7 +51,9 @@ static const char rcsid[] =
 #include <sys/mtio.h>
 #include <errno.h>
 #include <fcntl.h>
+#ifndef __linux__
 #include <sgtty.h>
+#endif
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>