Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 May 2007 22:10:36 +0200
From:      Heiner <h.eichmann@gmx.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Kris Kennaway <kris@obsecurity.org>
Subject:   ports/113067: [PATCH] x11-fm/krusader: fix compile error on pointyhat
Message-ID:  <200705272210.36867.h.eichmann@gmx.de>
Resent-Message-ID: <200705272010.l4RKA1AB053086@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         113067
>Category:       ports
>Synopsis:       [PATCH] x11-fm/krusader: fix compile error on pointyhat
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 27 20:10:01 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Heiner Eichmann <h.eichmann@gmx.de>
>Release:        FreeBSD 5.5-RELEASE
>Organization:
Sirius Cybernetics Corp.
>Environment:
FreeBSD 7of9.unimatrix-zero.borg 5.5-RELEASE-p1 FreeBSD 5.5-RELEASE-p1 #0: Thu 
Aug 17 21:05:50 CEST 2006     
root@7of9.unimatrix-zero.borg:/usr/obj/usr/src/sys/MYKERNEL  i386

>Description:
This patch should fix the compilation error reported on pointyhat on FreeBSD 7 
(I can not test it here on my FreeBSD 5 box...)


>How-To-Repeat:
>Fix:

Create the files directory and copy the patch into it


--Boundary-00=_8WeWGysQhMJYgoy
Content-Type: text/x-diff;
  charset="iso-8859-1";
  name="patch-krusader-VFS-vfs.h"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
	filename="patch-krusader-VFS-vfs.h"

--- krusader/VFS/vfs.h.orig	Sat Oct  8 22:48:24 2005
+++ krusader/VFS/vfs.h	Sun May 27 21:40:25 2007
@@ -134,7 +134,7 @@
 
 protected:
 	/// Feel the vfs dictionary with vfiles, must be implemented for each vfs
-	virtual bool populateVfsList(const KURL& origin, bool showHidden) = 0L;
+	virtual bool populateVfsList(const KURL& origin, bool showHidden) = 0;
 	/// Set the vfile list pointer
 	void setVfsFilesP(vfileDict* dict);
 	/// clear and delete all current vfiles

--Boundary-00=_8WeWGysQhMJYgoy--
>Release-Note:
>Audit-Trail:
>Unformatted:
 --Boundary-00=_8WeWGysQhMJYgoy
 Content-Type: text/plain;
   charset="iso-8859-1"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline
 
 X-send-pr-version: send-pr 3.113
 X-GNATS-Notify:
 
 



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