home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume14 / rn-comments / part01 / RNPREJ.PATCH < prev    next >
Encoding:
Text File  |  1990-09-15  |  4.6 KB  |  121 lines

  1. *** art.c.old    Thu Jan 25 20:51:50 1990
  2. --- art.c    Tue Sep 11 21:09:11 1990
  3. ***************
  4. *** 193,198 ****
  5. --- 193,201 ----
  6.           restart = Nullch;    /* and reset the flag */
  7.           }
  8.           else {            /* not a restart */
  9. +         /* em@dce.ie: look up From in prejudice database. */
  10. +         if (in_header == FROM_LINE)
  11. +             linenum += checkfrom(art_buf);
  12.           if (fgets(art_buf,LBUFLEN,artfp)==Nullch) {
  13.                       /* if all done */
  14.               mode = oldmode;
  15. *** Makefile.old    Sat Jan 20 18:15:38 1990
  16. --- Makefile    Mon Aug 13 22:32:49 1990
  17. ***************
  18. *** 55,61 ****
  19.   h1 = addng.h art.h artio.h artsrch.h backpage.h bits.h cheat.h common.h
  20.   h2 = final.h head.h help.h init.h intrp.h kfile.h last.h ndir.h ng.h
  21.   h3 = ngdata.h ngsrch.h ngstuff.h only.h rcln.h rcstuff.h
  22. ! h4 = respond.h rn.h search.h sw.h term.h util.h
  23.   
  24.   h = $(h1) $(h2) $(h3) $(h4) $(h5)
  25.   
  26. --- 55,61 ----
  27.   h1 = addng.h art.h artio.h artsrch.h backpage.h bits.h cheat.h common.h
  28.   h2 = final.h head.h help.h init.h intrp.h kfile.h last.h ndir.h ng.h
  29.   h3 = ngdata.h ngsrch.h ngstuff.h only.h rcln.h rcstuff.h
  30. ! h4 = respond.h rn.h search.h sw.h term.h util.h stb.h
  31.   
  32.   h = $(h1) $(h2) $(h3) $(h4) $(h5)
  33.   
  34. ***************
  35. *** 62,68 ****
  36.   c1 = addng.c art.c artio.c artsrch.c backpage.c bits.c cheat.c
  37.   c2 = final.c head.c help.c init.c intrp.c kfile.c last.c $(NDIRC) ng.c
  38.   c3 = ngdata.c ngsrch.c ngstuff.c only.c rcln.c rcstuff.c
  39. ! c4 = respond.c rn.c search.c sw.c term.c util.c
  40.   
  41.   c = $(c1) $(c2) $(c3) $(c4) $(c5)
  42.   
  43. --- 62,68 ----
  44.   c1 = addng.c art.c artio.c artsrch.c backpage.c bits.c cheat.c
  45.   c2 = final.c head.c help.c init.c intrp.c kfile.c last.c $(NDIRC) ng.c
  46.   c3 = ngdata.c ngsrch.c ngstuff.c only.c rcln.c rcstuff.c
  47. ! c4 = respond.c rn.c search.c sw.c term.c util.c checkfrom.c stb.c
  48.   
  49.   c = $(c1) $(c2) $(c3) $(c4) $(c5)
  50.   
  51. ***************
  52. *** 69,75 ****
  53.   obj1 = addng.o art.o artio.o artsrch.o backpage.o bits.o cheat.o
  54.   obj2 = final.o head.o help.o init.o intrp.o kfile.o last.o $(NDIRO) ng.o
  55.   obj3 = ngdata.o ngsrch.o ngstuff.o only.o rcln.o rcstuff.o
  56. ! obj4 = respond.o rn.o search.o sw.o term.o util.o
  57.   
  58.   obj = $(obj1) $(obj2) $(obj3) $(obj4) $(obj5)
  59.   
  60. --- 69,75 ----
  61.   obj1 = addng.o art.o artio.o artsrch.o backpage.o bits.o cheat.o
  62.   obj2 = final.o head.o help.o init.o intrp.o kfile.o last.o $(NDIRO) ng.o
  63.   obj3 = ngdata.o ngsrch.o ngstuff.o only.o rcln.o rcstuff.o
  64. ! obj4 = respond.o rn.o search.o sw.o term.o util.o checkfrom.o stb.o
  65.   
  66.   obj = $(obj1) $(obj2) $(obj3) $(obj4) $(obj5)
  67.   
  68. *** Makefile.SH.old    Sat Jan 20 17:57:51 1990
  69. --- Makefile.SH    Mon Aug 13 16:26:13 1990
  70. ***************
  71. *** 64,70 ****
  72.   h1 = addng.h art.h artio.h artsrch.h backpage.h bits.h cheat.h common.h
  73.   h2 = final.h head.h help.h init.h intrp.h kfile.h last.h ndir.h ng.h
  74.   h3 = ngdata.h ngsrch.h ngstuff.h only.h rcln.h rcstuff.h
  75. ! h4 = respond.h rn.h search.h sw.h term.h util.h
  76.   #NNTPh5 = server.h
  77.   
  78.   h = $(h1) $(h2) $(h3) $(h4) $(h5)
  79. --- 64,70 ----
  80.   h1 = addng.h art.h artio.h artsrch.h backpage.h bits.h cheat.h common.h
  81.   h2 = final.h head.h help.h init.h intrp.h kfile.h last.h ndir.h ng.h
  82.   h3 = ngdata.h ngsrch.h ngstuff.h only.h rcln.h rcstuff.h
  83. ! h4 = respond.h rn.h search.h sw.h term.h util.h stb.h
  84.   #NNTPh5 = server.h
  85.   
  86.   h = $(h1) $(h2) $(h3) $(h4) $(h5)
  87. ***************
  88. *** 72,78 ****
  89.   c1 = addng.c art.c artio.c artsrch.c backpage.c bits.c cheat.c
  90.   c2 = final.c head.c help.c init.c intrp.c kfile.c last.c $(NDIRC) ng.c
  91.   c3 = ngdata.c ngsrch.c ngstuff.c only.c rcln.c rcstuff.c
  92. ! c4 = respond.c rn.c search.c sw.c term.c util.c
  93.   #NNTPc5 = $(NNTPDIR)/common/clientlib.c
  94.   
  95.   c = $(c1) $(c2) $(c3) $(c4) $(c5)
  96. --- 72,78 ----
  97.   c1 = addng.c art.c artio.c artsrch.c backpage.c bits.c cheat.c
  98.   c2 = final.c head.c help.c init.c intrp.c kfile.c last.c $(NDIRC) ng.c
  99.   c3 = ngdata.c ngsrch.c ngstuff.c only.c rcln.c rcstuff.c
  100. ! c4 = respond.c rn.c search.c sw.c term.c util.c checkfrom.c stb.c
  101.   #NNTPc5 = $(NNTPDIR)/common/clientlib.c
  102.   
  103.   c = $(c1) $(c2) $(c3) $(c4) $(c5)
  104. ***************
  105. *** 80,86 ****
  106.   obj1 = addng.o art.o artio.o artsrch.o backpage.o bits.o cheat.o
  107.   obj2 = final.o head.o help.o init.o intrp.o kfile.o last.o $(NDIRO) ng.o
  108.   obj3 = ngdata.o ngsrch.o ngstuff.o only.o rcln.o rcstuff.o
  109. ! obj4 = respond.o rn.o search.o sw.o term.o util.o
  110.   #NNTPobj5 =  $(NNTPDIR)/common/clientlib.o
  111.   
  112.   obj = $(obj1) $(obj2) $(obj3) $(obj4) $(obj5)
  113. --- 80,86 ----
  114.   obj1 = addng.o art.o artio.o artsrch.o backpage.o bits.o cheat.o
  115.   obj2 = final.o head.o help.o init.o intrp.o kfile.o last.o $(NDIRO) ng.o
  116.   obj3 = ngdata.o ngsrch.o ngstuff.o only.o rcln.o rcstuff.o
  117. ! obj4 = respond.o rn.o search.o sw.o term.o util.o checkfrom.o stb.o
  118.   #NNTPobj5 =  $(NNTPDIR)/common/clientlib.o
  119.   
  120.   obj = $(obj1) $(obj2) $(obj3) $(obj4) $(obj5)
  121.