Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Aug 2002 07:10:03 -0700 (PDT)
From:      Jens Rehsack <rehsack@liwing.de>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/41447: Sablot 0.95 exports constants
Message-ID:  <200208081410.g78EA387042197@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/41447; it has been noted by GNATS.

From: Jens Rehsack <rehsack@liwing.de>
To: freebsd-gnats-submit@FreeBSD.org, rehsack@liwing.de
Cc:  
Subject: Re: ports/41447: Sablot 0.95 exports constants
Date: Thu, 08 Aug 2002 16:09:49 +0200

 Better patch:
 
 --- src/engine/sxpath.h.orig	Thu Aug  8 12:59:11 2002
 +++ src/engine/sxpath.h		Thu Aug  8 12:59:52 2002
 @@ -66,9 +66,9 @@
  typedef void *QueryContext;
  
  /*option constants */
 -const unsigned long SXPF_DISPOSE_NAMES = 1;
 -const unsigned long SXPF_DISPOSE_VALUES = 2;
 -const unsigned long SXPF_SUPPORTS_UNPARSED_ENTITIES = 4;
 +#define SXPF_DISPOSE_NAMES 1UL
 +#define SXPF_DISPOSE_VALUES 2UL
 +#define SXPF_SUPPORTS_UNPARSED_ENTITIES 4UL
  
  /*
   *    DOM handler functions
 
 regards
 Jens
 -- 
 L     i  W     W     W  i                 Jens Rehsack
 L        W     W     W
 L     i   W   W W   W   i  nnn    gggg    LiWing IT-Services
 L     i    W W   W W    i  n  n  g   g
 LLLL  i     W     W     i  n  n  g   g    Friesenstraße 2
                                   gggg    06112 Halle
                                      g
                                  g   g
 Tel.:  +49 - 3 45 - 5 17 05 91    ggg     e-Mail: <rehsack@liwing.de>
 Fax:   +49 - 3 45 - 5 17 05 92            http://www.liwing.de/

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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