Sorry about the MIME stuff.  I didn't know I was even sending anything like
that!
I wasn't sure what line 700 was for src/filesubr.c, so I vi'ed the file and
did a ":700" to get to line 700 in the script.  I hope this is what you
were referring to.

Line 700 is the following:

 retval = tempnam (Tmpdir, "cvs");


I also included some of the surrounding lines:

cvs_temp_name ()
{
    char *retval;

    retval = tempnam (Tmpdir, "cvs");
    if (retval == NULL)
 error (1, errno, "cannot generate temporary filename");
    /* tempnam returns a pointer to a newly malloc'd string, so there's
no need for a xstrdup  */
    return retval;
}

I've downloaded and installed Source distribution for CVS stable release
version 1.11

Thanks for all of your help!!!
Melissa




                                                                                       
                            
                    lawrence.jones                                                     
                            
                    @eds.com             To:     [EMAIL PROTECTED]         
                            
                    (Larry Jones)        cc:     [EMAIL PROTECTED], 
[EMAIL PROTECTED], [EMAIL PROTECTED],              
                                          [EMAIL PROTECTED]                           
                            
                    07/22/2002           Subject:     Re: Make error                   
                            
                    11:51 AM                                                           
                            
                                                                                       
                            
                                                                                       
                            




[EMAIL PROTECTED] writes:
>
> MIME-Version: 1.0
> Content-type: multipart/mixed;

Please do not send MIME and/or HTML encrypted messages to the list.
Plain text only, PLEASE!

> I was wondering if you wouldn't mind taking a
> look at the output to make sure that everything looks okay so far.  I saw
a
> few errors. . .

There aren't any errors, just some warnings.  Most of them seem
innocuous, but I'm a bit concerned by:

> "filesubr.c", line 700: warning: improper pointer/integer combination: op

> "="

Since I don't know exactly which version of CVS you have, could you
please post line 700 of src/filesubr.c?

-Larry Jones

Something COULD happen today.  And if anything DOES,
by golly, I'm going to be ready for it! -- Calvin






_______________________________________________
Bug-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-cvs

Reply via email to