*** utils.c.old Sun Aug 28 18:12:16 1994 --- utils.c Tue Nov 15 01:58:20 1994 *************** *** 21,26 **** --- 21,28 ---- #include #endif + #include + void syserr(); /*********************************************/ *************** *** 56,62 **** --- 58,66 ---- char *msg; { extern int errno, sys_nerr; + #if !defined(BSD) || (BSD < 199306) extern char *sys_errlist[]; + #endif fprintf(stderr,"ERROR: %s (%d",msg, errno); if(errno>0 && errno ", 3); else { sprintf(strng,"8> 7[%d;%df", input_row, input_col); ! write(1,strng, strlen(strng)+1); display_col+=2; } } --- 670,679 ---- if(ses && !PSEUDO_PROMPT) write_line_mud("", ses); else if (!is_split) ! write(1,"> ", 2); else { sprintf(strng,"8> 7[%d;%df", input_row, input_col); ! write(1,strng, strlen(strng)); display_col+=2; } } *** misc.c.bak Sun Aug 28 18:12:08 1994 --- misc.c Tue Nov 15 02:28:26 1994 *************** *** 106,112 **** char temp[2]; temp[0]=7; temp[1]=0; ! write(1, temp, 2); } --- 106,112 ---- char temp[2]; temp[0]=7; temp[1]=0; ! write(1, temp, 1); } *************** *** 172,178 **** cleanup_session(sesptr); ses=NULL; if (is_split) ! write(1, "c", 3); tintin_puts2("TINTIN suffers from bloodlack, and the lack of a beating heart...", ses); tintin_puts2("TINTIN is dead! R.I.P.", ses); tintin_puts2("Your blood freezes as you hear TINTIN's death cry.", ses); --- 172,178 ---- cleanup_session(sesptr); ses=NULL; if (is_split) ! write(1, "c", 2); tintin_puts2("TINTIN suffers from bloodlack, and the lack of a beating heart...", ses); tintin_puts2("TINTIN is dead! R.I.P.", ses); tintin_puts2("Your blood freezes as you hear TINTIN's death cry.", ses); *** main.c.bak Sun Aug 28 18:12:06 1994 --- main.c Tue Nov 15 02:33:37 1994 *************** *** 562,568 **** if(ses->logfile) { if (!OLD_LOG) { count=0; ! for(n=0;n<=didget;n++) if (buffer[n]!='\r') { temp[count]=buffer[n]; count++; --- 562,568 ---- if(ses->logfile) { if (!OLD_LOG) { count=0; ! for(n=0;n