From: Simon Wilkinson Date: Sun, 9 Mar 2008 01:58:49 +0000 (+0000) Subject: DEVEL15-pt-util-com-err-20080308 X-Git-Tag: openafs-devel-1_5_34~47 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=f56bcd1b257ff8aab77dfec58c54c02984b9d871;p=packages%2Fo%2Fopenafs.git DEVEL15-pt-util-com-err-20080308 LICENSE IPL10 prototype afs_error_message() to ensure correct behavior on 64-bit systems with 32-bit int. (cherry picked from commit 84a928ddd46b1b77c655b21ce7e9fc8d775b96db) --- diff --git a/src/ptserver/pt_util.c b/src/ptserver/pt_util.c index 8416fb133..e0c01b457 100644 --- a/src/ptserver/pt_util.c +++ b/src/ptserver/pt_util.c @@ -33,6 +33,7 @@ RCSID #include #include #include +#include #include "ptint.h" #include "ptserver.h" #include "pterror.h"