Commit 8883bae
committed
Remove configure test for nonstandard variants of getpwuid_r().
We had code that supposed that some platforms might offer a nonstandard
version of getpwuid_r() with only four arguments. However, the 5-argument
definition has been standardized at least since the Single Unix Spec v2,
which is our normal reference for what's portable across all Unix-oid
platforms. (What's more, this wasn't the only pre-standardization version
of getpwuid_r(); my old HPUX 10.20 box has still another signature.)
So let's just get rid of the now-useless configure step.1 parent 080eabe commit 8883bae
File tree
6 files changed
+1
-83
lines changed- config
- src
- include
- port
6 files changed
+1
-83
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | 82 | | |
107 | 83 | | |
108 | 84 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12632 | 12632 | | |
12633 | 12633 | | |
12634 | 12634 | | |
12635 | | - | |
12636 | | - | |
12637 | | - | |
12638 | | - | |
12639 | | - | |
12640 | | - | |
12641 | | - | |
12642 | | - | |
12643 | | - | |
12644 | | - | |
12645 | | - | |
12646 | | - | |
12647 | | - | |
12648 | | - | |
12649 | | - | |
12650 | | - | |
12651 | | - | |
12652 | | - | |
12653 | | - | |
12654 | | - | |
12655 | | - | |
12656 | | - | |
12657 | | - | |
12658 | | - | |
12659 | | - | |
12660 | | - | |
12661 | | - | |
12662 | | - | |
12663 | | - | |
12664 | | - | |
12665 | | - | |
12666 | | - | |
12667 | | - | |
12668 | | - | |
12669 | | - | |
12670 | | - | |
12671 | | - | |
12672 | 12635 | | |
12673 | 12636 | | |
12674 | 12637 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1527 | 1527 | | |
1528 | 1528 | | |
1529 | 1529 | | |
1530 | | - | |
1531 | 1530 | | |
1532 | 1531 | | |
1533 | 1532 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | 77 | | |
81 | 78 | | |
82 | 79 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | 65 | | |
69 | 66 | | |
70 | 67 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | 99 | | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | 100 | | |
115 | 101 | | |
116 | 102 | | |
| |||
0 commit comments