Add extern int optreset declaration, per bug report from <info@decc.nl>.

This commit is contained in:
Peter Eisentraut 2001-04-19 19:09:23 +00:00
parent 7ff8d11065
commit 47324d7689
1 changed files with 4 additions and 1 deletions

View File

@ -28,7 +28,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.211 2001/03/22 03:59:43 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.212 2001/04/19 19:09:23 petere Exp $
*
* NOTES
*
@ -211,6 +211,9 @@ static unsigned int random_seed = 0;
extern char *optarg;
extern int optind,
opterr;
#ifdef HAVE_INT_OPTRESET
extern int optreset;
#endif
/*
* postmaster.c - function prototypes