mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Clean up some minor compile warnings.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* $Id: inet_aton.c,v 1.15 1998/09/01 03:24:28 momjian Exp $
|
||||
/* $Id: inet_aton.c,v 1.16 1999/02/07 22:07:02 tgl Exp $
|
||||
*
|
||||
* This inet_aton() function was taken from the GNU C library and
|
||||
* incorporated into Postgres for those systems which do not have this
|
||||
@@ -42,6 +42,8 @@
|
||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE. */
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <netinet/in.h>
|
||||
#include <ctype.h>
|
||||
|
@@ -1,8 +1,10 @@
|
||||
/* $Id: random.c,v 1.5 1998/09/01 03:24:30 momjian Exp $ */
|
||||
/* $Id: random.c,v 1.6 1999/02/07 22:07:02 tgl Exp $ */
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <math.h> /* for pow() prototype */
|
||||
|
||||
#include <errno.h>
|
||||
|
||||
#include "config.h"
|
||||
#include "rusagestub.h"
|
||||
|
||||
long
|
||||
|
@@ -1,8 +1,10 @@
|
||||
/* $Id: srandom.c,v 1.5 1998/02/26 04:34:14 momjian Exp $ */
|
||||
/* $Id: srandom.c,v 1.6 1999/02/07 22:07:02 tgl Exp $ */
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <math.h> /* for pow() prototype */
|
||||
|
||||
#include <errno.h>
|
||||
|
||||
#include "config.h"
|
||||
#include "rusagestub.h"
|
||||
|
||||
void
|
||||
|
Reference in New Issue
Block a user