Ethereal-dev: Re: [ethereal-dev] ethereal-0.7.6 abort on Solaris 7

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: "Gilbert Ramirez Jr." <gram@xxxxxxxxxx>
Date: Tue, 26 Oct 1999 14:42:32 -0400
On Tue, Oct 26, 1999 at 11:08:05AM -0700, Guy Harris wrote:
> > register.c:
> > /* Do not modify this file.  */
> > /* It is created automatically by the Makefile.  */
> > #include "register.h"
> > void register_all_protocols(void) {
> >   {extern void proto_register_frame (void); proto_register_frame ();}
> >   {extern void proto_register_aarp (void); proto_register_aarp ();}
> >   {extern void proto_register_afs (void); proto_register_afs ();}
> > }
> 
> > Build directory different from source gives
> > register.c:
> > /* Do not modify this file.  */
> > /* It is created automatically by the Makefile.  */
> > #include "register.h"
> > void register_all_protocols(void) {
> > }

And even weirder is that the two register.c's differ, depending on the
location of the build.

Could there be something external going on? /tmp getting full?
Some strange behavior from non-GNU grep and sed?  The shell he's using?

--gilbert