RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: rpm/ system.h

From: Jeff Johnson <jbj@rpm5.org>
Date: Mon 27 Sep 2010 - 23:24:39 CEST
Message-Id: <20100927212439.ECC42DCBE1@rpm5.org>
  RPM Package Manager, CVS Repository
  /cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Jeff Johnson
  Root:   /v/rpm/cvs                       Email:  jbj@rpm5.org
  Module: rpm                              Date:   27-Sep-2010 23:24:39
  Branch: HEAD                             Handle: 2010092721243900

  Modified files:
    rpm                     system.h

  Log:
    - permit --with-uuid on Mac OS X.

  Summary:
    Revision    Changes     Path
    2.129       +2  -0      rpm/system.h
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/system.h
  ============================================================================
  $ cvs diff -u -r2.128 -r2.129 system.h
  --- rpm/system.h	21 Mar 2010 00:34:58 -0000	2.128
  +++ rpm/system.h	27 Sep 2010 21:24:39 -0000	2.129
  @@ -61,7 +61,9 @@
   /* <unistd.h> should be included before any preprocessor test
      of _POSIX_VERSION.  */
   #ifdef HAVE_UNISTD_H
  +#define	uuid_t	unistd_uuid_t	/* XXX Mac OS X dares to be different. */
   #include <unistd.h>
  +#undef	unistd_uuid_t		/* XXX Mac OS X dares to be different. */
   #if defined(__LCLINT__)
   /*@-superuser -declundef -incondefs @*/	/* LCL: modifies clause missing */
   extern int chroot (const char *__path)
  @@ .
Received on Mon Sep 27 23:24:40 2010
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.