diff options
| author | Russ Cox <rsc@swtch.com> | 2012-03-05 16:36:31 -0500 |
|---|---|---|
| committer | Russ Cox <rsc@swtch.com> | 2012-03-05 16:36:31 -0500 |
| commit | 4a000a28d30ea9a7df06088bcd4bed0ab431f0ad (patch) | |
| tree | eb01eecada873fb4b301902ef59516054af8f23a /src/cmd/acid/util.c | |
| parent | a31903778164deec9e58a525e2203bb416cafe0e (diff) | |
| parent | a31903778164deec9e58a525e2203bb416cafe0e (diff) | |
| download | plan9port-4a000a28d30ea9a7df06088bcd4bed0ab431f0ad.tar.gz plan9port-4a000a28d30ea9a7df06088bcd4bed0ab431f0ad.zip | |
merge
Diffstat (limited to 'src/cmd/acid/util.c')
| -rw-r--r-- | src/cmd/acid/util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/acid/util.c b/src/cmd/acid/util.c index 7772bfdb..29db6d8b 100644 --- a/src/cmd/acid/util.c +++ b/src/cmd/acid/util.c @@ -73,7 +73,7 @@ addvarsym(Fhdr *fp) Symbol s; Lsym *l; String *file; - ulong v; + u64int v; char buf[65536]; /* Some of those C++ names are really big */ List *list, **tail, *tl; |
