Module Name: src Committed By: skrll Date: Thu Feb 24 08:06:41 UTC 2022
Modified Files: src/sys/arch/hppa/hppa: db_machdep.c Log Message: whitespace To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/hppa/hppa/db_machdep.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/arch/hppa/hppa/db_machdep.c diff -u src/sys/arch/hppa/hppa/db_machdep.c:1.9 src/sys/arch/hppa/hppa/db_machdep.c:1.10 --- src/sys/arch/hppa/hppa/db_machdep.c:1.9 Tue Feb 23 07:13:52 2021 +++ src/sys/arch/hppa/hppa/db_machdep.c Thu Feb 24 08:06:41 2022 @@ -1,4 +1,4 @@ - /* $NetBSD: db_machdep.c,v 1.9 2021/02/23 07:13:52 mrg Exp $ */ +/* $NetBSD: db_machdep.c,v 1.10 2022/02/24 08:06:41 skrll Exp $ */ /*- * Copyright (c) 2010 The NetBSD Foundation, Inc. @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: db_machdep.c,v 1.9 2021/02/23 07:13:52 mrg Exp $"); +__KERNEL_RCSID(0, "$NetBSD: db_machdep.c,v 1.10 2022/02/24 08:06:41 skrll Exp $"); #include <sys/param.h> #include <sys/lwp.h>