|
37 | 37 | * |
38 | 38 | * |
39 | 39 | * IDENTIFICATION |
40 | | - * $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.263 2002/01/06 21:40:02 tgl Exp $ |
| 40 | + * $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.264 2002/01/10 01:11:45 tgl Exp $ |
41 | 41 | * |
42 | 42 | * NOTES |
43 | 43 | * |
@@ -420,7 +420,7 @@ PostmasterMain(int argc, char *argv[]) |
420 | 420 | * with the wrong argument. Death and destruction will occur. |
421 | 421 | */ |
422 | 422 | opterr=1; |
423 | | -while ((opt=getopt(argc,argv,"A:a:B:b:c:D:d:Fh:ik:lm:MN:no:p:Ss-:"))!=EOF) |
| 423 | +while ((opt=getopt(argc,argv,"A:a:B:b:c:D:d:Fh:ik:lm:MN:no:p:Ss-:"))!=-1) |
424 | 424 | { |
425 | 425 | switch (opt) |
426 | 426 | { |
@@ -458,7 +458,7 @@ PostmasterMain(int argc, char *argv[]) |
458 | 458 | optreset=1;/* some systems need this too */ |
459 | 459 | #endif |
460 | 460 |
|
461 | | -while ((opt=getopt(argc,argv,"A:a:B:b:c:D:d:Fh:ik:lm:MN:no:p:Ss-:"))!=EOF) |
| 461 | +while ((opt=getopt(argc,argv,"A:a:B:b:c:D:d:Fh:ik:lm:MN:no:p:Ss-:"))!=-1) |
462 | 462 | { |
463 | 463 | switch (opt) |
464 | 464 | { |
|