summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1996-07-01 22:35:18 +0000
committerMiles Bader <miles@gnu.org>1996-07-01 22:35:18 +0000
commitf61f67b1a4a855361af6900647d9a3526bcaa695 (patch)
treeb0bf6b52a74044d12fc15f052322b8d76cfda093
parent3776d592f117c8c5b0d2c37d265cb8ee2ac21695 (diff)
(describe_number): Make I unsigned long.
-rw-r--r--hurd/report-wait.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/report-wait.c b/hurd/report-wait.c
index 18763d0564..9c7a4074fd 100644
--- a/hurd/report-wait.c
+++ b/hurd/report-wait.c
@@ -27,7 +27,7 @@ Cambridge, MA 02139, USA. */
#include "intr-msg.h"
static void
-describe_number (string_t description, const char *flavor, int i)
+describe_number (string_t description, const char *flavor, unsigned long i)
{
int j;
char *p = __stpcpy (description, flavor);