From 469fad86703e8dc8177dc9f1a768571105292344 Mon Sep 17 00:00:00 2001 From: Gerrit Pape Date: Sun, 23 Dec 2007 21:24:37 +0800 Subject: [ARITH] If imaxdiv() isn't available, use / and % operators Although in posix, imaxdiv() isn't implemented on Debian/alpha, causing dash to fail to build. So use / and % operators if imaxdiv() isn't available. http://bugs.debian.org/456398 Signed-off-by: Gerrit Pape Signed-off-by: Herbert Xu --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 10ec45c..56acd66 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-12-23 Gerrit Pape + + * If imaxdiv() isn't available, use / and % operators. + 2007-12-23 Richard M Kreuter * Add set +o support. -- cgit 1.4.1