--- Makefile-ooo Tue Aug 20 09:28:12 1996 +++ Makefile Wed Apr 29 20:50:24 1998 @@ -18,9 +18,9 @@ # # Use /lib/cpp or /usr/ccs/lib/cpp for CPP on Solaris or SVR4 machines. -CC = cc -#CPP = $(CC) -E -CPP = /lib/cpp +CC = gcc +CPP = $(CC) -E +#CPP = /lib/cpp #CFLAGS = -O2 # -g # -I/usr/local/lib/malloc-debug -DMALLOC_FUNC_CHECK CFLAGS = -O #-Wall -Wcomment \ --- config.h-dist Wed Apr 29 20:48:46 1998 +++ config.h Wed Apr 29 20:50:05 1998 @@ -114,7 +114,7 @@ * NOTE: If you plan to use the included inews, it MUST be a full pathname */ -#define NNTP_SERVER "/usr/lib/nntp_server" /* */ +#define NNTP_SERVER "/usr/local/lib/nntp_server" /* */ /* * Define NNTP_POST if you want nn to reject attempts to post via @@ -156,7 +156,7 @@ * conf/s-template.h as a starting point for writing you own. */ -#include "s-hpux9-0.h" +#include "s-linux.h" /* * Define DEFAULT_PAGER as the initial value of the 'pager' variable. @@ -217,7 +217,7 @@ * conf/m-template.h as a starting point for writing you own. */ -#include "m-hp9000.h" +#include "m-rs6000.h" /***************************** OWNERSHIP *************************** --- nntp.c-ooo Wed Apr 29 20:49:12 1998 +++ nntp.c Wed Apr 29 20:50:39 1998 @@ -86,7 +86,7 @@ import int sys_nerr; #ifndef __NetBSD__ -import char *sys_errlist[]; +/* import char *sys_errlist[]; */ #endif /* __NetBSD__ */ extern void nn_exitmsg(); extern void sys_error(); --- kanji.c-ooo Wed Apr 29 20:53:27 1998 +++ kanji.c Wed Apr 29 21:02:29 1998 @@ -123,7 +123,7 @@ register FILE *stream; { register int n, i; - n = stream->_file; + n = stream->_fileno; if ((0 <= n) && (n < STATICFIO)) return n; for(i=0; i < DYNAMICFIO; ++ i) { @@ -144,7 +144,7 @@ register FILE *stream; { register int n, i; - n = stream->_file; + n = stream->_fileno; _kiobuf[n].kanji_code = NOCONV; if ((0 <= n) && (n < STATICFIO)) return;