summaryrefslogtreecommitdiff
path: root/news/trn4/files/patch-term.c
blob: 850a031272e1309568ee160972b3ef2c4d799384 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- term.c.orig
+++ term.c
@@ -662,9 +662,9 @@
 #endif
     if (check_term) {
 # ifdef FIONREAD
-	long iocount;
+	int iocount;
 	ioctl(0, FIONREAD, &iocount);
-	return (int)iocount;
+	return iocount;
 # else /* !FIONREAD */
 #  ifdef HAS_RDCHK
 	return rdchk(0);