summaryrefslogtreecommitdiff
path: root/sys/lib/libsa/exec_ecoff.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/lib/libsa/exec_ecoff.c')
-rw-r--r--sys/lib/libsa/exec_ecoff.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/lib/libsa/exec_ecoff.c b/sys/lib/libsa/exec_ecoff.c
index fe08151dc59..87b6a938b94 100644
--- a/sys/lib/libsa/exec_ecoff.c
+++ b/sys/lib/libsa/exec_ecoff.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: exec_ecoff.c,v 1.1 1998/07/14 15:08:27 mickey Exp $ */
+/* $OpenBSD: exec_ecoff.c,v 1.2 1998/07/14 16:51:26 mickey Exp $ */
/*
* Copyright (c) 1998 Michael Shalayeff
@@ -63,7 +63,7 @@ ecoff_load(fd, xp)
xp->data.size = x->a.dsize;
xp->bss.size = x->a.bsize;
xp->sym.size = x->f.f_nsyms * sizeof (struct ecoff_extsym);
- xp->str.size = 0; /* will be hacked later in exec() */
+ xp->str.size = 0;
xp->text.foff = ECOFF_TXTOFF(x);
xp->data.foff = xp->text.foff + x->a.tsize;