forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit1e81f84
committed
Fix comment.
Previous commit was confused about the case we're handling: actually,what the patch is dealing with is platforms that have optreset, *and*have <getopt.h>, but the latter fails to declare the former. Becausewe use a linking probe to set HAVE_INT_OPTRESET, we need to be sure wehave a declaration even if <getopt.h> doesn't think it exists.1 parent0c15a52 commit1e81f84
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
35 |
| - | |
36 |
| - | |
| 35 | + | |
| 36 | + | |
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
|
0 commit comments
Comments
(0)