TCLUG Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [TCLUG:4975] can't compile 2.2.4



Wow, I'm a good guesser. Let me know if you run into any other snags,
that's the only one I've heard of.. but I want to know of any problems
before I start compiling it on all the servers (going from 2.0.36->2.2.4)

----
Nate Carlson
the infinite loop
natecars@infiniteloop.com

On Sun, 28 Mar 1999, Ben Luey wrote:

> Thanks! It is compiling now.
> 
> Ben
> 
> 
> On Sun, 28 Mar 1999, Nate Carlson wrote:
> 
> > Try this (I haven't downloaded 2.2.4 yet; I'm just relying on
> > word-of-mouth, so I could be wrong).
> > 
> >         if (old_acct) {
> >                 do_acct_process(0,old_acct);
> >                 filp_close(old_acct,NULL);
> >         }
> > out:
> >         unlock_kernel();
> >         return error;   
> > out_err:
> >         filp_close(file,NULL);
> >         goto out;
> > }
> > 
> > ----
> > Nate Carlson
> > the infinite loop
> > natecars@infiniteloop.com