OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: rpm-src Date: 08-Jun-2005 15:15:16
Branch: HEAD Handle: 2005060814151600
Modified files:
rpm-src system.h
Log:
one more special tweak for AIX
Summary:
Revision Changes Path
1.4 +5 -0 rpm-src/system.h
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: rpm-src/system.h
============================================================================
$ cvs diff -u -r1.3 -r1.4 system.h
--- rpm-src/system.h 6 Jun 2005 15:53:04 -0000 1.3
+++ rpm-src/system.h 8 Jun 2005 13:15:16 -0000 1.4
@@ -612,6 +612,11 @@
#endif
/* for basename(3) and dirname(3) */
+#if !defined(OPENPKG_AIX)
#include <libgen.h>
+#endif
+#if defined(OPENPKG_AIX)
+#define unsetenv(x) /* unsetenv() is used in RPM just for malloc debugging
purposes */
+#endif
#endif /* H_SYSTEM */
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]