1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

Various minor HP related patches from:

Morten Kjeldgaard <mok@monster.kemi.aau.dk>
This commit is contained in:
Marc G. Fournier
1997-04-15 17:55:37 +00:00
parent 9778b946e5
commit 6fd4e2b414
2 changed files with 33 additions and 1 deletions

View File

@@ -7,7 +7,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: c.h,v 1.10 1997/04/12 09:24:23 scrappy Exp $
* $Id: c.h,v 1.11 1997/04/15 17:55:37 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
@@ -735,9 +735,11 @@ extern char *form(char *fmt, ...);
* ----------------------------------------------------------------
*/
#ifdef FIXADE
#if defined(hpux)
#include "port/hpux/fixade.h" /* for unaligned access fixup */
#endif /* hpux */
#endif
#if defined(sunos4)
#define memmove(d, s, l) bcopy(s, d, l)