home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 2 / 2730 < prev    next >
Internet Message Format  |  1991-02-09  |  885b

  1. From: chris@attron.ruhr.sub.org (Christian Schlichtherle)
  2. Newsgroups: alt.sources
  3. Subject: list V1.2 - Prints documented listings (official patch #03)
  4. Message-ID: <537@attron.ruhr.sub.org>
  5. Date: 8 Feb 91 19:30:45 GMT
  6.  
  7. Ok, I fixed a small bug. Pathnames given as arguments were not sorted
  8. right before.
  9.  
  10. Sorry, no context diff again...
  11. ------------- cut here ---------------
  12. 842a
  13.       else
  14.      i++;
  15. .
  16. 834c
  17.    for (i = 0; i < end;)
  18. .
  19. 830c
  20.    unsigned     i, j, end;
  21. .
  22. 11c
  23. static char sccsid[] = "@(#) list.c 1.2.1.2 91/02/08 ";
  24. .
  25. 2c
  26.  * @(#) list.c  1.2.1.2    91/02/08 
  27. .
  28. w
  29. ------------- cut here --------------
  30. Save the patch in "diff" and apply it using either
  31.  
  32. ed list.c < diff
  33.  
  34. or
  35.  
  36. patch list.c diff
  37.  
  38. Chris
  39. -- 
  40. Snail: Christian Schlichtherle, Elbscheweg 20, 5802 Wetter 4, Germany
  41. Email: chris@attron.ruhr.sub.org    Tel.: +49 2335 7550
  42. "Der Tod ist ein Meister aus Deutschland" -- Paul Celan
  43.