pkgsrc-Bugs archive

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

Re: pkg/39261: lsof build error with NetBSD-current



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

From: Bernd Ernesti <pr200810%veego.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/39261: lsof build error with NetBSD-current
Date: Fri, 1 Aug 2008 15:25:25 +0200

 apb mentioned that kernfs.h should propably include <sys/tree.h> to get
 a definition for SPLAY_ENTRY
 
 --- kernfs.h   2008-07-29 13:02:55.000000000 +0200
 +++ kernfs.h   2008-08-01 15:13:01.000000000 +0200
 @@ -38,6 +38,7 @@
 
  #ifdef _KERNEL
  #include <sys/queue.h>
 +#include <sys/tree.h>
 
  /*
   * The different types of node in a kernfs filesystem
 
 It was possible to build lsof with such a patch (above is a cust&paste
 so it may not apply cleanly).
 
 apb is doing a full build now to check if everything is still working.
 
 Bernd
 


Home | Main Index | Thread Index | Old Index