*** include/patchlevel.h.orig Tue Sep 10 13:46:19 1991 - --- include/patchlevel.h Tue Sep 10 13:47:52 1991 *************** *** 28,31 * */ ! #define PATCHLEVEL "2.6.2jp" - --- 28,31 ----- * */ ! #define PATCHLEVEL "2.6.2ajp" *** common/send.c.orig Wed Sep 4 10:05:33 1991 - --- common/send.c Mon Sep 9 12:51:00 1991 *************** *** 390,396 Reg2 aClient *cptr; int sent[MAXCONNECTIONS]; ! for (i=0; inext) { - --- 390,396 ----- Reg2 aClient *cptr; int sent[MAXCONNECTIONS]; ! for (i=0; i <= highest_fd; i++) sent[i] = 0; for (cptr = client; cptr; cptr = cptr->next) { *************** *** 396,402 { if (!IsOper(cptr)) continue; ! if (sent[i = cptr->from->fd]) continue; if (cptr == one) continue; /* ...was the one I should skip */ - --- 396,403 ----- { if (!IsOper(cptr)) continue; ! i = cptr->from->fd; /* find connection oper is on */ ! if (sent[i]) /* sent message along it already ? */ continue; if (cptr == one) continue; /* ...was the one I should skip */ *** common/Makefile.orig Mon Sep 2 16:02:12 1991 - --- common/Makefile Mon Sep 9 16:50:14 1991 *************** *** 43,52 # DO NOT DELETE THIS LINE -- make depend depends on it. ! bsd.o: /usr/include/signal.h /usr/include/sys/errno.h ../include/config.h ! bsd.o: ../include/common.h ../include/sys.h /usr/include/strings.h ! bsd.o: /usr/include/ctype.h /usr/include/pwd.h /usr/include/sys/types.h ! bsd.o: /usr/include/sys/time.h dbuf.o: ../include/config.h ../include/common.h ../include/dbuf.h dbuf.o: ../include/sys.h /usr/include/strings.h /usr/include/ctype.h dbuf.o: /usr/include/pwd.h /usr/include/sys/types.h /usr/include/sys/time.h - --- 43,49 ----- # DO NOT DELETE THIS LINE -- make depend depends on it. ! bsd.o: ../include/common.h ../include/sys.h ../include/config.h dbuf.o: ../include/config.h ../include/common.h ../include/dbuf.h dbuf.o: ../include/sys.h packet.o: ../include/struct.h ../include/config.h ../include/class.h *************** *** 48,55 bsd.o: /usr/include/ctype.h /usr/include/pwd.h /usr/include/sys/types.h bsd.o: /usr/include/sys/time.h dbuf.o: ../include/config.h ../include/common.h ../include/dbuf.h ! dbuf.o: ../include/sys.h /usr/include/strings.h /usr/include/ctype.h ! dbuf.o: /usr/include/pwd.h /usr/include/sys/types.h /usr/include/sys/time.h packet.o: ../include/struct.h ../include/config.h ../include/class.h packet.o: ../include/dbuf.h ../include/common.h ../include/msg.h parse.o: /usr/include/ctype.h ../include/struct.h ../include/config.h - --- 45,51 ----- bsd.o: ../include/common.h ../include/sys.h ../include/config.h dbuf.o: ../include/config.h ../include/common.h ../include/dbuf.h ! dbuf.o: ../include/sys.h packet.o: ../include/struct.h ../include/config.h ../include/class.h packet.o: ../include/dbuf.h ../include/common.h ../include/msg.h parse.o: ../include/struct.h ../include/config.h *************** *** 52,58 dbuf.o: /usr/include/pwd.h /usr/include/sys/types.h /usr/include/sys/time.h packet.o: ../include/struct.h ../include/config.h ../include/class.h packet.o: ../include/dbuf.h ../include/common.h ../include/msg.h ! parse.o: /usr/include/ctype.h ../include/struct.h ../include/config.h parse.o: ../include/class.h ../include/dbuf.h ../include/common.h parse.o: ../include/msg.h ../include/sys.h /usr/include/strings.h parse.o: /usr/include/pwd.h /usr/include/sys/types.h /usr/include/sys/time.h - --- 48,54 ----- dbuf.o: ../include/sys.h packet.o: ../include/struct.h ../include/config.h ../include/class.h packet.o: ../include/dbuf.h ../include/common.h ../include/msg.h ! parse.o: ../include/struct.h ../include/config.h parse.o: ../include/class.h ../include/dbuf.h ../include/common.h parse.o: ../include/msg.h ../include/sys.h parse.o: ../include/numeric.h *************** *** 54,61 packet.o: ../include/dbuf.h ../include/common.h ../include/msg.h parse.o: /usr/include/ctype.h ../include/struct.h ../include/config.h parse.o: ../include/class.h ../include/dbuf.h ../include/common.h ! parse.o: ../include/msg.h ../include/sys.h /usr/include/strings.h ! parse.o: /usr/include/pwd.h /usr/include/sys/types.h /usr/include/sys/time.h parse.o: ../include/numeric.h send.o: ../include/struct.h ../include/config.h ../include/class.h send.o: ../include/dbuf.h ../include/common.h - --- 50,56 ----- packet.o: ../include/dbuf.h ../include/common.h ../include/msg.h parse.o: ../include/struct.h ../include/config.h parse.o: ../include/class.h ../include/dbuf.h ../include/common.h ! parse.o: ../include/msg.h ../include/sys.h parse.o: ../include/numeric.h send.o: ../include/struct.h ../include/config.h ../include/class.h send.o: ../include/dbuf.h ../include/common.h *************** *** 60,68 send.o: ../include/struct.h ../include/config.h ../include/class.h send.o: ../include/dbuf.h ../include/common.h match.o: ../include/config.h ../include/common.h ../include/sys.h ! match.o: /usr/include/strings.h /usr/include/ctype.h /usr/include/pwd.h ! match.o: /usr/include/sys/types.h /usr/include/sys/time.h ! support.o: /usr/include/sys/errno.h ../include/config.h ../include/common.h ! support.o: ../include/sys.h /usr/include/strings.h /usr/include/ctype.h ! support.o: /usr/include/pwd.h /usr/include/sys/types.h ! support.o: /usr/include/sys/time.h - --- 55,58 ----- send.o: ../include/struct.h ../include/config.h ../include/class.h send.o: ../include/dbuf.h ../include/common.h match.o: ../include/config.h ../include/common.h ../include/sys.h ! support.o: ../include/config.h ../include/common.h ../include/sys.h *** include/config.h.orig Wed Sep 4 10:23:08 1991 - --- include/config.h Sun Sep 8 21:19:09 1991 *************** *** 49,55 * If you get loader errors about unreferenced function calls, you must * define the following accordingly: */ ! #if NEXT #define NEED_STRERROR 0 #else #define NEED_STRERROR 1 /* Your libc.a is no ANSI-library and has */ - --- 49,55 ----- * If you get loader errors about unreferenced function calls, you must * define the following accordingly: */ ! #if NEXT || HPUX #define NEED_STRERROR 0 #else #define NEED_STRERROR 1 /* Your libc.a is no ANSI-library and has */ *************** *** 305,311 #if DEBUGMODE # define LOGFILE LPATH #else ! # define debug (void) /* anybody have a better idea? --SRB */ # if VMS # define LOGFILE "NLA0:" # else - --- 305,311 ----- #if DEBUGMODE # define LOGFILE LPATH #else ! # define debug dummy # if VMS # define LOGFILE "NLA0:" # else