forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit772945b
committed
Suppress dead, unportable src/port/crypt.c code.
This file used __int64, which is specific to native Windows, rather thanint64. Suppress the long-unused union field of this type. Noticed onCygwin x86_64 with -lcrypt not installed. Back-patch to 9.0 (allsupported versions).1 parenta0fb59d commit772945b
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
87 | 87 |
| |
88 | 88 |
| |
89 | 89 |
| |
90 |
| - | |
| 90 | + | |
91 | 91 |
| |
92 | 92 |
| |
93 | 93 |
| |
|
0 commit comments
Comments
(0)