Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 47324d7

Browse files
committed
Add extern int optreset declaration, per bug report from <info@decc.nl>.
1 parent 7ff8d11 commit 47324d7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/backend/postmaster/postmaster.c

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
*
2929
*
3030
* IDENTIFICATION
31-
* $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.211 2001/03/22 03:59:43 momjian Exp $
31+
* $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.212 2001/04/19 19:09:23 petere Exp $
3232
*
3333
* NOTES
3434
*
@@ -211,6 +211,9 @@ static unsigned int random_seed = 0;
211211
extern char *optarg;
212212
extern int optind,
213213
opterr;
214+
#ifdef HAVE_INT_OPTRESET
215+
extern int optreset;
216+
#endif
214217

215218
/*
216219
* postmaster.c - function prototypes

0 commit comments

Comments
 (0)