X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/fc71ebc64de1740352d2ad3cfe21d99beac57f8c..5c0abf7f0266f9f08a9c0e711dc0c2d70840421b:/usr/src/bin/csh/alloc.c diff --git a/usr/src/bin/csh/alloc.c b/usr/src/bin/csh/alloc.c index bf80f966a8..fc1c9faa17 100644 --- a/usr/src/bin/csh/alloc.c +++ b/usr/src/bin/csh/alloc.c @@ -1,4 +1,4 @@ -static char *sccsid = "@(#)alloc.c 4.1 %G%"; +static char *sccsid = "@(#)alloc.c 4.2 %G%"; #include "sh.local.h" #ifdef debug @@ -211,6 +211,6 @@ showall(v) i = ((unsigned) q - (unsigned) p); if (testbusy(p->ptr)) used += i; else free += i; } - printf("%d used, %d free, %l end\n", used, free, clearbusy(alloct)); + printf("%d used, %d free, %ld end\n", used, free, clearbusy(alloct)); } #endif