In message <[email protected]>, Pedro Giffuni wr ites: > Oops ... > > > On 30/12/2017 14:27, Cy Schubert wrote: > > Author: cy > > Date: Sat Dec 30 19:27:22 2017 > > New Revision: 327384 > > URL: https://svnweb.freebsd.org/changeset/base/327384 > > > > Log: > > Fix r327383: > > > > .../sys/dev/ep/elink.c:31:1: error: '/*' within block comment > > [-Werror,-Wcomment] > > /* $NetBSD: elink.c,v 1.6 1995/01/07 21:37:54 mycroft Exp $ > > ^ > > > > Modified: > > head/sys/dev/ep/elink.c > > > > Modified: head/sys/dev/ep/elink.c > > =========================================================================== > === > > --- head/sys/dev/ep/elink.c Sat Dec 30 15:13:33 2017 (r327383) > > +++ head/sys/dev/ep/elink.c Sat Dec 30 19:27:22 2017 (r327384) > > @@ -28,7 +28,7 @@ > > * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE > OF > > * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. > > * > > -/* $NetBSD: elink.c,v 1.6 1995/01/07 21:37:54 mycroft Exp $ > > + * $NetBSD: elink.c,v 1.6 1995/01/07 21:37:54 mycroft Exp $ > > */ > > Thanks, the change was too simple and I didn't bother to test it. > > Preparing for a a new year with the pointyhat on ;).
No problem. Been there done that too. ;) -- Cheers, Cy Schubert <[email protected]> FreeBSD UNIX: <[email protected]> Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "[email protected]"
