[bug-notifications] [unixodbc_dev 0005055]: SIZEOF_LONG_INT should be different in unixodbc_conf.h for 32 and 64 bit
Mantis Bug Tracker
noreply at opencsw.org
Thu Mar 7 18:15:53 CET 2013
The following issue has been CLOSED
======================================================================
https://www.opencsw.org/mantis/view.php?id=5055
======================================================================
Reported By: dam
Assigned To: dam
======================================================================
Project: unixodbc_dev
Issue ID: 5055
Category:
Reproducibility: have not tried
Severity: minor
Priority: normal
Status: closed
Resolution: open
Fixed in Version:
======================================================================
Date Submitted: 2013-03-07 15:17 CET
Last Modified: 2013-03-07 18:15 CET
======================================================================
Summary: SIZEOF_LONG_INT should be different in
unixodbc_conf.h for 32 and 64 bit
Description:
diff -Naur install-isa-sparcv8/opt/csw/include/unixodbc_conf.h
install-isa-sparcv9/opt/csw/include/unixodbc_conf.h
--- install-isa-sparcv8/opt/csw/include/unixodbc_conf.h 2011-12-16
13:50:20.714978266 +0100
+++ install-isa-sparcv9/opt/csw/include/unixodbc_conf.h 2011-12-16
13:58:41.179524061 +0100
@@ -44,7 +44,7 @@
#endif
#ifndef SIZEOF_LONG_INT
-#define SIZEOF_LONG_INT 4
+#define SIZEOF_LONG_INT 8
#endif
#ifndef ALLREADY_HAVE_WINDOWS_TYPE
======================================================================
----------------------------------------------------------------------
(0010280) dam (administrator) - 2013-03-07 18:15
https://www.opencsw.org/mantis/view.php?id=5055#c10280
----------------------------------------------------------------------
This issue is resolved in 2.3.1,REV=2013.03.07 and pushed to unstable.
More information about the bug-notifications
mailing list