Kevin G <[EMAIL PROTECTED]> writes:

> *** 5,11 ****
> 
>   #define SSH_VERSION             (ssh_version_get())
>   #define SSH_VERSION_BASE        "OpenSSH_3.4p1"
> ! #define SSH_VERSION_ADDENDUM    "FreeBSD-20030917"
> 
>   const char *ssh_version_get(void);
>   void ssh_version_set_addendum(const char *add);
> --- 5,11 ----
> 
>   #define SSH_VERSION             (ssh_version_get())
>   #define SSH_VERSION_BASE        "OpenSSH_3.4p1"
> ! #define SSH_VERSION_ADDENDUM    "FreeBSD-20030924"
> 
>   const char *ssh_version_get(void);
>   void ssh_version_set_addendum(const char *add);
> 
>   
> I've never had any problems patching before, I could use
> some help.

I can't see why the patch would fail, but it looks like you should be
able to easily make the change by hand (putting the later-dated string
in the file).  Or you could ignore it -- it doesn't really affect
anything.  
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to