Module Name: src Committed By: christos Date: Thu Sep 16 22:47:29 UTC 2021
Modified Files: src/sys/sys: sysctl.h Log Message: fix pasto To generate a diff of this commit: cvs rdiff -u -r1.235 -r1.236 src/sys/sys/sysctl.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/sysctl.h diff -u src/sys/sys/sysctl.h:1.235 src/sys/sys/sysctl.h:1.236 --- src/sys/sys/sysctl.h:1.235 Tue Sep 14 13:10:46 2021 +++ src/sys/sys/sysctl.h Thu Sep 16 18:47:29 2021 @@ -1,4 +1,4 @@ -/* $NetBSD: sysctl.h,v 1.235 2021/09/14 17:10:46 christos Exp $ */ +/* $NetBSD: sysctl.h,v 1.236 2021/09/16 22:47:29 christos Exp $ */ /* * Copyright (c) 1989, 1993 @@ -567,7 +567,7 @@ struct kinfo_proc2 { "\17EXEC" \ "\20OWEUPC" \ "\22NOCLDWAIT" \ - "\22P32" \ + "\23P32" \ "\24CLDSIGIGN" \ "\26SYSTRACE" \ "\27CHTRACED" \