]> granicus.if.org Git - postgresql/commit
Suppress dead, unportable src/port/crypt.c code.
authorNoah Misch <noah@leadboat.com>
Mon, 13 Oct 2014 03:27:06 +0000 (23:27 -0400)
committerNoah Misch <noah@leadboat.com>
Mon, 13 Oct 2014 03:27:25 +0000 (23:27 -0400)
commit905a8f47b8733bb048c89410be4029052437792f
treef56e3eea4b45541ee1d9fa7d0051f1fee3557a7b
parent9770452bf80e993242a9c59085e117f564d687b2
Suppress dead, unportable src/port/crypt.c code.

This file used __int64, which is specific to native Windows, rather than
int64.  Suppress the long-unused union field of this type.  Noticed on
Cygwin x86_64 with -lcrypt not installed.  Back-patch to 9.0 (all
supported versions).
src/port/crypt.c