On Thu, Dec 20, 2007 at 12:48:51PM +0000, Gerrit Pape wrote: > Although in posix, imaxdiv() isn't available on Debian/alpha, causing > dash to fail to build. So don't use imaxdiv(), but / and % operators. > > http://bugs.debian.org/456398 > > Signed-off-by: Gerrit Pape <[EMAIL PROTECTED]>
Thanks for the patch. I'd prefer a version that provides an implementation of imaxdiv if it doesn't exist. It's how we deal with other functions that might be missing, e.g. due to us using uclibc. Also the reason I used it in the first place IIRC is because it generated better code with the current gcc so I'd like to keep it where it's available. Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]