In message <[email protected]>, "Pedro F. Giffuni" w rites: > Author: pfg > Date: Sat Dec 30 15:13:33 2017 > New Revision: 327383 > URL: https://svnweb.freebsd.org/changeset/base/327383 > > Log: > elink.[ch]: Move historic VCS tags after the license. > > This matches better our common practices and style. > > Modified: > head/sys/dev/ep/elink.c > head/sys/dev/ep/elink.h > > Modified: head/sys/dev/ep/elink.c > ============================================================================= > = > --- head/sys/dev/ep/elink.c Sat Dec 30 12:56:50 2017 (r327382) > +++ head/sys/dev/ep/elink.c Sat Dec 30 15:13:33 2017 (r327383) > @@ -1,5 +1,3 @@ > -/* $NetBSD: elink.c,v 1.6 1995/01/07 21:37:54 mycroft Exp $ */ > - > /*- > * SPDX-License-Identifier: BSD-4-Clause > * > @@ -29,6 +27,8 @@ > * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT > * (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 $ > */ >
Hi Pedro, I got this: /opt/src/svn-current/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 $ ^ I'll go ahead and fix this for us. -- 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]"
