提交 47324d76 编写于 作者: P Peter Eisentraut

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

上级 7ff8d110
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
* *
* *
* IDENTIFICATION * 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 * NOTES
* *
...@@ -211,6 +211,9 @@ static unsigned int random_seed = 0; ...@@ -211,6 +211,9 @@ static unsigned int random_seed = 0;
extern char *optarg; extern char *optarg;
extern int optind, extern int optind,
opterr; opterr;
#ifdef HAVE_INT_OPTRESET
extern int optreset;
#endif
/* /*
* postmaster.c - function prototypes * postmaster.c - function prototypes
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册