mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Various bug fixes based on a bug report submitted by
Doug Neuhauser <doug@seismo.berkeley.edu> on April 15th
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
*
|
||||
* Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: c.h,v 1.11 1997/04/15 17:55:37 scrappy Exp $
|
||||
* $Id: c.h,v 1.12 1997/04/24 20:00:45 scrappy Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@@ -743,6 +743,7 @@ extern char *form(char *fmt, ...);
|
||||
|
||||
#if defined(sunos4)
|
||||
#define memmove(d, s, l) bcopy(s, d, l)
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
/* These are for things that are one way on Unix and another on NT */
|
||||
|
@@ -1 +1,5 @@
|
||||
# define USE_POSIX_TIME
|
||||
#define USE_POSIX_TIME
|
||||
#ifndef BYTE_ORDER
|
||||
# define BYTE_ORDER BIG_ENDIAN
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user