Module Name:    src
Committed By:   pgoyette
Date:           Sat Apr 27 08:48:31 UTC 2019

Modified Files:
        src/sys/netcan: if_canloop.c

Log Message:
Oooppss - deleted too many chars.  Put them back.

Should fix the build break.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/netcan/if_canloop.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/netcan/if_canloop.c
diff -u src/sys/netcan/if_canloop.c:1.6 src/sys/netcan/if_canloop.c:1.7
--- src/sys/netcan/if_canloop.c:1.6	Sat Apr 27 06:18:15 2019
+++ src/sys/netcan/if_canloop.c	Sat Apr 27 08:48:31 2019
@@ -1,4 +1,4 @@
-/*	$NetBSD: if_canloop.c,v 1.6 2019/04/27 06:18:15 pgoyette Exp $	*/
+/*	$NetBSD: if_canloop.c,v 1.7 2019/04/27 08:48:31 pgoyette Exp $	*/
 
 /*-
  * Copyright (c) 2017 The NetBSD Foundation, Inc.
@@ -35,7 +35,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_canloop.c,v 1.6 2019/04/27 06:18:15 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_canloop.c,v 1.7 2019/04/27 08:48:31 pgoyette Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_can.h"
@@ -222,4 +222,4 @@ canloop_ioctl(struct ifnet *ifp, u_long 
  */
 #include "../net/if_module.h"
 
-IF_MODULE(MODULE_CLASS_DRIVER, canloop, NULL
+IF_MODULE(MODULE_CLASS_DRIVER, canloop, NULL);

Reply via email to