projects
/
platform
/
upstream
/
linaro-glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3776d59
)
(describe_number): Make I unsigned long.
author
Miles Bader
<miles@gnu.org>
Mon, 1 Jul 1996 22:35:18 +0000
(22:35 +0000)
committer
Miles Bader
<miles@gnu.org>
Mon, 1 Jul 1996 22:35:18 +0000
(22:35 +0000)
hurd/report-wait.c
patch
|
blob
|
history
diff --git
a/hurd/report-wait.c
b/hurd/report-wait.c
index
18763d0
..
9c7a407
100644
(file)
--- 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);