diff src/gpmevent.c @ 647:b39c14581166

[xemacs-hg @ 2001-08-13 04:45:47 by ben] removal of unsigned, size_t, etc.
author ben
date Mon, 13 Aug 2001 04:46:48 +0000
parents 4d7fdf497470
children fdefd0186b75
line wrap: on
line diff
--- a/src/gpmevent.c	Wed Aug 08 12:15:04 2001 +0000
+++ b/src/gpmevent.c	Mon Aug 13 04:46:48 2001 +0000
@@ -267,8 +267,8 @@
 	while (1)
 	{
 		Bufbyte tempbuf[1024]; /* some random amount */
-		Lstream_data_count i;
-		Lstream_data_count size_in_bytes =
+		Lstream_Data_Count i;
+		Lstream_Data_Count size_in_bytes =
 		  Lstream_read (XLSTREAM (terminal_stream),
 				tempbuf, sizeof (tempbuf));