9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* Re: [9fans] src
@ 2001-04-06 16:52 rob pike
  0 siblings, 0 replies; 2+ messages in thread
From: rob pike @ 2001-04-06 16:52 UTC (permalink / raw)
  To: 9fans

>
> It looks like the version of db in the latest update spits
> out an additional line on startup.  This breaks src, unless
> it gets rid of the extra line as well.
>
> 7c7
> < 	echo $sym | db $1 | sed '1d;/symbol not found/d;s/.*\(\) //'
> ---
> > 	echo $sym | db $1 | sed '1,2d;/symbol not found/d;s/.*\(\) //'
>
> Micah
>

Yup. A line of debugging made it into the distribution.
Delete line 31 (the print statement in setsym) from
/sys/src/cmd/db/setup.c

-rob



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [9fans] src
@ 2001-04-04  5:34 Micah Stetson
  0 siblings, 0 replies; 2+ messages in thread
From: Micah Stetson @ 2001-04-04  5:34 UTC (permalink / raw)
  To: 9fans

It looks like the version of db in the latest update spits
out an additional line on startup.  This breaks src, unless
it gets rid of the extra line as well.

7c7
< 	echo $sym | db $1 | sed '1d;/symbol not found/d;s/.*\(\) //'
---
> 	echo $sym | db $1 | sed '1,2d;/symbol not found/d;s/.*\(\) //'

Micah



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-04-06 16:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-04-06 16:52 [9fans] src rob pike
  -- strict thread matches above, loose matches on Subject: below --
2001-04-04  5:34 Micah Stetson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).