pt-util-com-err-20080308

LICENSE IPL10

prototype afs_error_message() to ensure correct behavior on 64-bit
systems with 32-bit int.
This commit is contained in:
Simon Wilkinson 2008-03-09 01:40:14 +00:00 committed by Jeffrey Altman
parent cdd1e8b878
commit 84a928ddd4

View File

@ -33,6 +33,7 @@ RCSID
#include <ubik.h> #include <ubik.h>
#include <rx/xdr.h> #include <rx/xdr.h>
#include <rx/rx.h> #include <rx/rx.h>
#include <afs/com_err.h>
#include "ptint.h" #include "ptint.h"
#include "ptserver.h" #include "ptserver.h"
#include "pterror.h" #include "pterror.h"