Commit c1392c57 authored by Marc G. Fournier's avatar Marc G. Fournier

Another one that should be including limits.h vs machine/limits.h

parent f504e5a2
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
* *
* *
* IDENTIFICATION * IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.31 1997/01/14 08:05:19 bryanh Exp $ * $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.32 1997/01/22 04:45:45 scrappy Exp $
* *
* NOTES * NOTES
* *
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
#include <sys/time.h> #include <sys/time.h>
#include <sys/socket.h> #include <sys/socket.h>
#if defined(USE_LIMITS_H) #if defined(USE_LIMITS_H)
# include <machine/limits.h> # include <limits.h>
# define MAXINT INT_MAX # define MAXINT INT_MAX
#else #else
# include <values.h> # include <values.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment