search for: longlong_min

Displaying 1 result from an estimated 1 matches for "longlong_min".

Did you mean: long_long_min
2007 Jul 30
4
[Bug 1347] New: LLONG_MAX v LONGLONG_MAX
...ssh/openssh/openbsd-compat/regress/strtonumtest.c:53: `LLONG_MIN' undeclared (first use in this function) gmake[3]: Leaving directory `/var/tmp/build.openssh.build/build/openssh-4.6p1/open /usr/include/sys/limits.h:#define LONGLONG_MAX (0x7fffffffffffffffLL) /usr/include/sys/limits.h:#define LONGLONG_MIN (-LONGLONG_MAX - 1) I notice that there is a test for HAVE_LLONG_MAX in configure.in ... maybe that could be used instead of what i did in the attached patch?? -- Configure bugmail: http://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are...