[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 15:17:07 CET 2013
The following issue has been SUBMITTED.
======================================================================
https://www.opencsw.org/mantis/view.php?id=5055
======================================================================
Reported By: dam
Assigned To:
======================================================================
Project: unixodbc_dev
Issue ID: 5055
Category:
Reproducibility: have not tried
Severity: minor
Priority: normal
Status: new
======================================================================
Date Submitted: 2013-03-07 15:17 CET
Last Modified: 2013-03-07 15:17 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
======================================================================
More information about the bug-notifications
mailing list