public inbox for sourcenav@sourceware.org
 help / color / mirror / Atom feed
From: Ben Elliston <bje@redhat.com>
To: sourcenav@sources.redhat.com
Subject: Patches to db headers
Date: Mon, 25 Sep 2000 13:12:00 -0000	[thread overview]
Message-ID: <14799.45782.697197.982295@walkabout.cygnus.com> (raw)

The following patches are for the db/ subdirectory (Berkeley DB).
They are very minor, but overcome macro naming collisions brought
about by Cygnus adding Automakefiles to the db/ tree.  These patches
allay many warnings during compilation.

Ben


2000-09-25  Ben Elliston  <bje@redhat.com>

	* hash/hash.h (VERSION): Undefine Automake's VERSION.
	* PORT/include/compat.h (BYTE_ORDER): Undefine prior to
          defining.

Index: hash/hash.h
===================================================================
RCS file: /cvs/cvsfiles/devo/db/hash/hash.h,v
retrieving revision 1.4
diff -u -r1.4 hash.h
--- hash.h	1997/06/02 21:15:10	1.4
+++ hash.h	2000/09/25 17:01:59
@@ -289,6 +289,7 @@
 #define HDRPAGES	hdr.hdrpages
 #define SPARES		hdr.spares
 #define BITMAPS		hdr.bitmaps
+#undef VERSION
 #define VERSION		hdr.version
 #define MAGIC		hdr.magic
 #define NEXT_FREE	hdr.next_free

Index: PORT/include/compat.h
===================================================================
RCS file: /cvs/cvsfiles/devo/db/PORT/include/compat.h,v
retrieving revision 1.3
diff -u -r1.3 compat.h
--- compat.h	1997/02/01 00:21:09	1.3
+++ compat.h	2000/09/25 17:01:57
@@ -102,6 +102,7 @@
 #define	BIG_ENDIAN	4321		/* MSB first: 68000, ibm, net */
 #endif
 
+#undef BYTE_ORDER
 #ifdef WORDS_BIGENDIAN
 #define	BYTE_ORDER	BIG_ENDIAN
 #else


             reply	other threads:[~2000-09-25 13:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-09-25 13:12 Ben Elliston [this message]
2000-09-25 14:24 ` Syd Polk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=14799.45782.697197.982295@walkabout.cygnus.com \
    --to=bje@redhat.com \
    --cc=sourcenav@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).