-
Notifications
You must be signed in to change notification settings - Fork 8k
Commit 3164a9e
Remove unused in_addr_t type alias (#12994)
The fastcgi code was refactored in
18cf4e0 and in_addr_t is no longer
used. The PHP_CHECK_IN_ADDR_T is also obsolete and not recommended way
to discover availability of the type. If needed in the future, the
AC_CHECK_TYPES can be used instead.1 parent 85ffdef commit 3164a9e
3 files changed
+0
-25
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1069 | 1069 |
| |
1070 | 1070 |
| |
1071 | 1071 |
| |
1072 | - | ||
1073 | - | ||
1074 | - | ||
1075 | - | ||
1076 | - | ||
1077 | - | ||
1078 | - | ||
1079 | - | ||
1080 | - | ||
1081 | - | ||
1082 | - | ||
1083 | - | ||
1084 | - | ||
1085 | - | ||
1086 | - | ||
1087 | - | ||
1088 | - | ||
1089 | - | ||
1090 | - | ||
1091 | - | ||
1092 | - | ||
1093 | - | ||
1094 | 1072 |
| |
1095 | 1073 |
| |
1096 | 1074 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
752 | 752 |
| |
753 | 753 |
| |
754 | 754 |
| |
755 | - | ||
756 | 755 |
| |
757 | 756 |
| |
758 | 757 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
34 | - | ||
35 | - | ||
36 | 34 |
| |
37 | 35 |
| |
38 | 36 |
| |
|
0 commit comments