Module Name: src Committed By: skrll Date: Sun Oct 24 06:52:26 UTC 2021
Modified Files: src/sys/sys: module.h Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 src/sys/sys/module.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/sys/module.h diff -u src/sys/sys/module.h:1.47 src/sys/sys/module.h:1.48 --- src/sys/sys/module.h:1.47 Wed Aug 7 00:38:02 2019 +++ src/sys/sys/module.h Sun Oct 24 06:52:26 2021 @@ -1,4 +1,4 @@ -/* $NetBSD: module.h,v 1.47 2019/08/07 00:38:02 pgoyette Exp $ */ +/* $NetBSD: module.h,v 1.48 2021/10/24 06:52:26 skrll Exp $ */ /*- * Copyright (c) 2008 The NetBSD Foundation, Inc. @@ -82,7 +82,7 @@ typedef struct modinfo { const char *mi_required; } const modinfo_t; -/* Per module information, maintained by kern_module.c */ +/* Per module information, maintained by kern_module.c */ struct sysctllog;