I had to do this to make it compile.
1998-04-25 Michael Sperber [Mr. Preprocessor]
<sperber(a)informatik.uni-tuebingen.de>
* process-unix.c (allocate_pty): Typo fix.
Index: src/process-unix.c
===================================================================
RCS file: /usr/CVSroot/XEmacs/xemacs-20/src/process-unix.c,v
retrieving revision 1.6
diff -u -r1.6 process-unix.c
--- process-unix.c 1998/04/24 21:34:23 1.6
+++ process-unix.c 1998/04/25 20:48:57
@@ -216,11 +216,11 @@
#endif
int i;
int fd;
+ int c;
#ifdef PTY_ITERATION
PTY_ITERATION
#else
- int c;
for (c = FIRST_PTY_LETTER; c <= 'z'; c++)
for (i = 0; i < 16; i++)
#endif
--
Cheers =8-} Chipsy
Friede, Völkerverständigung und überhaupt blabla
Show replies by date