Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Jun 1996 11:27:36 -0700 (MST)
From:      Don Yuniskis <dgy@rtd.com>
To:        freebsd-ports@freefall.FreeBSD.org (FreeBSD ports)
Subject:   joe port in 2.1R
Message-ID:  <199606031827.LAA02703@seagull.rtd.com>

next in thread | raw e-mail | index | archive | help
Greetings!
     The following fixes a bug in the joe port distributed
with 2.1R (no, I haven't checked to see if it's already fixed
in -current).  Could someone please commit it if needed?
Thanks!
--don
----------------8<---------------8<--------------
*** rc.c.orig	Fri Jan 20 01:53:42 1995
--- rc.c	Mon Jun  3 11:02:57 1996
***************
*** 758,764 ****
        buf[c]=0;
        if(c!=x)
         {
!        switch(procrc(buf+x))
          {
          case 1: err=1; break;
          case -1: fprintf(stderr,"\n%s %d: Couldn't open %s",name,line,buf+x);
--- 758,764 ----
        buf[c]=0;
        if(c!=x)
         {
!        switch(procrc(cap,buf+x))
          {
          case 1: err=1; break;
          case -1: fprintf(stderr,"\n%s %d: Couldn't open %s",name,line,buf+x);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199606031827.LAA02703>