1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Get rid of some minor compiler warnings.

(HP's cc doesn't like if you forward-declare a routine static,
and then don't make it static in the actual definition...)
This commit is contained in:
Tom Lane
1998-10-26 01:00:13 +00:00
parent 0852fbbb55
commit 3d87216ab9
3 changed files with 12 additions and 11 deletions

View File

@ -6,7 +6,7 @@
* Copyright (c) 1994, Regents of the University of California
*
* IDENTIFICATION
* $Id: fd.c,v 1.34 1998/09/01 04:31:45 momjian Exp $
* $Id: fd.c,v 1.35 1998/10/26 01:00:13 tgl Exp $
*
* NOTES:
*
@ -175,7 +175,7 @@ pg_fsync(int fd)
#define fsync pg_fsync
long
static long
pg_nofile(void)
{
static long no_files = 0;