pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/42589: PPTP mppe-lkm-0.0.4nb2 does not work with mppe compressed links on NetBSD



The following reply was made to PR pkg/42589; it has been noted by GNATS.

From: David Holland <dholland-pbugs%netbsd.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/42589: PPTP mppe-lkm-0.0.4nb2 does not work with mppe
        compressed links on NetBSD
Date: Tue, 12 Jan 2010 04:52:02 +0000

 On Mon, Jan 11, 2010 at 11:10:06PM +0000, David Wetzel wrote:
  >> 42390 isn't a 64-bit issue...?
  >  
  >  the reporter, Shuichiro URATA uses an amd64 machine.
 
 True, but that's irrelevant to what's wrong:
 
  >  The diff is just different in one line:
  >  
  >  !     bool mppe;                        /* do MPPE? */
  >  --- 39,45 ----
  >  !     u_short mppe;                     /* do MPPE? */
  >  
  >  I guess that bool might have a different size than u_short.
 
 Not so much that as it doesn't work to use bool as a bitmask.
 
 I've been meaning to commit that patch but I've been having local
 issues...
 
 -- 
 David A. Holland
 dholland%netbsd.org@localhost
 


Home | Main Index | Thread Index | Old Index