home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / unix / bsd / 8545 < prev    next >
Encoding:
Text File  |  1992-11-08  |  1.3 KB  |  47 lines

  1. Newsgroups: comp.unix.bsd
  2. Path: sparky!uunet!telebit!bjork
  3. From: bjork@telebit.com (Steven Bjork)
  4. Subject: [386BSD] bash machines.h patch and a question
  5. Message-ID: <1992Nov7.011204.17146@telebit.com>
  6. Originator: bjork@napa
  7. Sender: news@telebit.com
  8. Nntp-Posting-Host: napa.telebit.com
  9. Organization: Telebit Corporation; Sunnyvale, CA, USA
  10. Date: Sat, 7 Nov 1992 01:12:04 GMT
  11. Lines: 34
  12.  
  13.  
  14. Here's an Unofficial patch I used to compile bash.
  15.  
  16. Now, I have a question, probably a bash FAQ. I telnet
  17. into my 386BSD/bash system and have problems with
  18. crlf in an xterm window. I suspect it's actually an
  19. xterm problem, but has anyone else got a workaround?
  20.  
  21. Oh, the problem is that I end up having lines apparently 
  22. ended with an lf without cr, so I get crud all over
  23. my xterm window. Doesn't happen if I run a sh.
  24.  
  25. --Steven
  26.  
  27.  
  28. *** machines.h.factory    Sun Nov  1 07:57:29 1992
  29. --- machines.h    Sun Nov  1 08:22:17 1992
  30. ***************
  31. *** 392,397 ****
  32. --- 392,405 ----
  33.   #    undef HAVE_DUP2
  34.   #  endif /* Sequent 386 */
  35.   
  36. + #  if !defined (done386) && defined (__386BSD__)
  37. + #    define done386
  38. + #    define M_MACHINE "i386"
  39. + #    define M_OS Bsd
  40. + #    define HAVE_VPRINTF
  41. + #    undef HAVE_BISON
  42. + #  endif /* i386 && 386BSD */
  43.   /* Generic 386 clone running Mach (4.3 BSD-compatible). */
  44.   #  if !defined (done386) && defined (MACH)
  45.   #    define done386
  46.