Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/netcan Oooppss - deleted too many chars. Put them back.
details: https://anonhg.NetBSD.org/src/rev/558adb8e0e83
branches: trunk
changeset: 450849:558adb8e0e83
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Sat Apr 27 08:48:31 2019 +0000
description:
Oooppss - deleted too many chars. Put them back.
Should fix the build break.
diffstat:
sys/netcan/if_canloop.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (24 lines):
diff -r 7f4729d91ab0 -r 558adb8e0e83 sys/netcan/if_canloop.c
--- a/sys/netcan/if_canloop.c Sat Apr 27 08:16:19 2019 +0000
+++ b/sys/netcan/if_canloop.c Sat Apr 27 08:48:31 2019 +0000
@@ -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 @@
*/
#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