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 ;).

Pedro.

_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to