Re: git: a8b4678fc925 - main - emulators/virtualbox-ose-70: Fix 15-CURRENT kmod build
Date: Tue, 29 Apr 2025 04:42:51 UTC
On Mon, Apr 28, 2025 at 04:29:39PM -0700, Cy Schubert wrote: > On Tue, 29 Apr 2025 00:59:36 +0300 > Vladimir Druzenko <vvd@freebsd.org> wrote: > > > Hello! > > > > Thanks for patch, but! > > 1. What is the purpose of such changes: > > > -@@ -155,8 +157,6 @@ DECLHIDDEN(int) rtR0MemObjNativeFree(RTR0MEMOBJ pMem) > > > +@@ -155,8 +157,6 @@ > > ? > > Patch regeneration. diff -u produces a new patch. Seeing those context lines gone should've ring a bell that you're preparing your patches in a different and perhaps unconventional way. We typically regenerate patches with "make makepatch" which takes are of proper headers, timestamps, and context quoting. Try it next time, it is awesome! :-) ./danfe