summaryrefslogtreecommitdiffstats
path: root/usr.bin/gcore/aoutcore.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/gcore/aoutcore.c')
-rw-r--r--usr.bin/gcore/aoutcore.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/gcore/aoutcore.c b/usr.bin/gcore/aoutcore.c
index b0d08f2..4702003 100644
--- a/usr.bin/gcore/aoutcore.c
+++ b/usr.bin/gcore/aoutcore.c
@@ -42,7 +42,7 @@ static const char copyright[] =
static char sccsid[] = "@(#)gcore.c 8.2 (Berkeley) 9/23/93";
#endif
static const char rcsid[] =
- "$Id: gcore.c,v 1.11 1998/10/19 19:42:18 jdp Exp $";
+ "$Id: gcore.c,v 1.12 1998/10/22 04:02:37 jdp Exp $";
#endif /* not lint */
/*
@@ -178,7 +178,7 @@ main(argc, argv)
if (exec.a_text != ptoa(ki->kp_eproc.e_vm.vm_tsize))
errx(1, "The executable %s does not belong to"
" process %d!\n"
- "Text segment size (in bytes): executable %d,"
+ "Text segment size (in bytes): executable %ld,"
" process %d", binfile, pid, exec.a_text,
ptoa(ki->kp_eproc.e_vm.vm_tsize));
data_offset = N_DATOFF(exec);
OpenPOWER on IntegriCloud