Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/netcan Semicolon not needed
details: https://anonhg.NetBSD.org/src/rev/9371c0474dc0
branches: trunk
changeset: 998709:9371c0474dc0
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Sat Apr 27 08:49:19 2019 +0000
description:
Semicolon not needed
diffstat:
sys/netcan/if_canloop.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (24 lines):
diff -r 47625d6be195 -r 9371c0474dc0 sys/netcan/if_canloop.c
--- a/sys/netcan/if_canloop.c Sat Apr 27 08:48:31 2019 +0000
+++ b/sys/netcan/if_canloop.c Sat Apr 27 08:49:19 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_canloop.c,v 1.7 2019/04/27 08:48:31 pgoyette Exp $ */
+/* $NetBSD: if_canloop.c,v 1.8 2019/04/27 08:49:19 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.7 2019/04/27 08:48:31 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_canloop.c,v 1.8 2019/04/27 08:49:19 pgoyette Exp $");
#ifdef _KERNEL_OPT
#include "opt_can.h"
@@ -222,4 +222,4 @@
*/
#include "../net/if_module.h"
-IF_MODULE(MODULE_CLASS_DRIVER, canloop, NULL);
+IF_MODULE(MODULE_CLASS_DRIVER, canloop, NULL)
Home |
Main Index |
Thread Index |
Old Index