%%% Created Tue Aug 17 23:13:44 BST 1999 by target lynx.patch. %%% diff -brc orig/lynx2-8-3/WWW/Library/Implementation/HTFile.c lynx2-8-3/WWW/Library/Implementation/HTFile.c *** orig/lynx2-8-3/WWW/Library/Implementation/HTFile.c Fri Jul 30 16:39:54 1999 --- lynx2-8-3/WWW/Library/Implementation/HTFile.c Tue Aug 17 22:37:04 1999 *************** *** 19,25 **** ** FTP path must be Unix-style and cannot include ** the device or top directory. */ ! #include #ifndef VMS --- 19,26 ---- ** FTP path must be Unix-style and cannot include ** the device or top directory. */ ! #include ! #include #include #ifndef VMS diff -brc orig/lynx2-8-3/WWW/Library/Implementation/HTTCP.c lynx2-8-3/WWW/Library/Implementation/HTTCP.c *** orig/lynx2-8-3/WWW/Library/Implementation/HTTCP.c Fri Jul 30 16:39:54 1999 --- lynx2-8-3/WWW/Library/Implementation/HTTCP.c Tue Aug 17 22:47:05 1999 *************** *** 103,109 **** --- 103,111 ---- #ifndef THINK_C #ifdef DECL_SYS_ERRLIST + #ifndef linux extern char *sys_errlist[]; /* see man perror on cernvax */ + #endif /* linux */ extern int sys_nerr; #endif /* DECL_SYS_ERRLIST */ diff -brc orig/lynx2-8-3/WWW/Library/Implementation/www_tcp.h lynx2-8-3/WWW/Library/Implementation/www_tcp.h *** orig/lynx2-8-3/WWW/Library/Implementation/www_tcp.h Wed Jul 14 17:25:26 1999 --- lynx2-8-3/WWW/Library/Implementation/www_tcp.h Tue Aug 17 22:38:37 1999 *************** *** 78,84 **** # define STRUCT_DIRENT struct dirent #else # define D_NAMLEN(dirent) (dirent)->d_namlen ! # define STRUCT_DIRENT struct direct # ifdef HAVE_SYS_NDIR_H # include # endif --- 78,84 ---- # define STRUCT_DIRENT struct dirent #else # define D_NAMLEN(dirent) (dirent)->d_namlen ! # define STRUCT_DIRENT struct dirent # ifdef HAVE_SYS_NDIR_H # include # endif