Date: Thu, 30 Apr 1998 21:17:48 -0400 (EDT) From: Tim Vanderhoek <ac199@hwcn.org> To: Jacques Vidrine <n@nectar.com> Cc: freebsd-ports@FreeBSD.ORG Subject: Re: OK, I must be stupid (ports/6430) Message-ID: <Pine.BSF.3.96.980430210727.1485A-100000@localhost> In-Reply-To: <199804302035.PAA11632@cerebus.nectar.com>
next in thread | previous in thread | raw e-mail | index | archive | help
[this does not belong on -hackers!! Moved to -ports] On Thu, 30 Apr 1998, Jacques Vidrine wrote: > -------------------------- > Patching file lib/interfaces.c using Plan A... > Hunk #1 succeeded at 23. > done Are you sure that the patch you are putting in patches/ is the same as ~trafshow.patch? It is at this point that I get "Hunk #1 failed at 23.", not "Hunk #1 succeeded at 23." > --- lib/interfaces.c.ae Wed Apr 29 13:56:21 1998 > +++ lib/interfaces.c Wed Apr 29 13:56:30 1998 > @@ -23,7 +23,6 @@ > #include <net/if.h> > #include <net/slip.h> > #include <net/if_var.h> > -#include <net/if_slvar.h> > #ifdef __FreeBSD__ > #include <net/if_ppp.h> > #else Well, when I change it to the following, --- ... +++ lib/interfaces.c @@ -39,1 +39,0 @@ -#include <net/if_slvar.h> it works. ;-) I think you are working with an old trafshow distfile or an old trafshow port, because the lib/interfaces.c I was looking at should be rejecting your patch. -- Only two other people have a .sig like this one. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.980430210727.1485A-100000>