RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: popt/ popthelp.c

From: Jeff Johnson <jbj@rpm5.org>
Date: Sat 25 Aug 2007 - 02:54:57 CEST
Message-Id: <20070825005457.BCF7E34845B@rpm5.org>
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Jeff Johnson
  Root:   /v/rpm/cvs                       Email:  jbj@rpm5.org
  Module: popt                             Date:   25-Aug-2007 02:54:57
  Branch: HEAD                             Handle: 2007082501545700

  Modified files:
    popt                    popthelp.c

  Log:
    actually use isspace(3) now that the solaris casts are in place.

  Summary:
    Revision    Changes     Path
    1.64        +1  -1      popt/popthelp.c
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: popt/popthelp.c
  ============================================================================
  $ cvs diff -u -r1.63 -r1.64 popthelp.c
  --- popt/popthelp.c	25 Aug 2007 00:49:45 -0000	1.63
  +++ popt/popthelp.c	25 Aug 2007 00:54:57 -0000	1.64
  @@ -25,7 +25,7 @@
   /*@access poptContext@*/
   
   /* XXX isspace(3) has i18n encoding signednesss issues on Solaris. */
  -#define	_isspaceptr(_chp)	((int)(*(unsigned char *)(_chp)))
  +#define	_isspaceptr(_chp)	isspace((int)(*(unsigned char *)(_chp)))
   
   /**
    * Display arguments.
  @@ .
Received on Sat Aug 25 02:54:57 2007
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.