Thu Sep 16 22:47:29 2021 UTC ()
fix pasto


(christos)
diff -r1.235 -r1.236 src/sys/sys/sysctl.h

cvs diff -r1.235 -r1.236 src/sys/sys/sysctl.h (expand / switch to unified diff)

--- src/sys/sys/sysctl.h 2021/09/14 17:10:46 1.235
+++ src/sys/sys/sysctl.h 2021/09/16 22:47:29 1.236
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1/* $NetBSD: sysctl.h,v 1.235 2021/09/14 17:10:46 christos Exp $ */ 1/* $NetBSD: sysctl.h,v 1.236 2021/09/16 22:47:29 christos Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 1989, 1993 4 * Copyright (c) 1989, 1993
5 * The Regents of the University of California. All rights reserved. 5 * The Regents of the University of California. All rights reserved.
6 * 6 *
7 * This code is derived from software contributed to Berkeley by 7 * This code is derived from software contributed to Berkeley by
8 * Mike Karels at Berkeley Software Design, Inc. 8 * Mike Karels at Berkeley Software Design, Inc.
9 * 9 *
10 * Redistribution and use in source and binary forms, with or without 10 * Redistribution and use in source and binary forms, with or without
11 * modification, are permitted provided that the following conditions 11 * modification, are permitted provided that the following conditions
12 * are met: 12 * are met:
13 * 1. Redistributions of source code must retain the above copyright 13 * 1. Redistributions of source code must retain the above copyright
14 * notice, this list of conditions and the following disclaimer. 14 * notice, this list of conditions and the following disclaimer.
@@ -557,27 +557,27 @@ struct kinfo_proc2 { @@ -557,27 +557,27 @@ struct kinfo_proc2 {
557 "\5PPWAIT" \ 557 "\5PPWAIT" \
558 "\6PROFIL" \ 558 "\6PROFIL" \
559 "\7SELECT" \ 559 "\7SELECT" \
560 "\10SINTR" \ 560 "\10SINTR" \
561 "\11SUGID" \ 561 "\11SUGID" \
562 "\12SYSTEM" \ 562 "\12SYSTEM" \
563 "\13SA" \ 563 "\13SA" \
564 "\14TRACED" \ 564 "\14TRACED" \
565 "\15WAITED" \ 565 "\15WAITED" \
566 "\16WEXIT" \ 566 "\16WEXIT" \
567 "\17EXEC" \ 567 "\17EXEC" \
568 "\20OWEUPC" \ 568 "\20OWEUPC" \
569 "\22NOCLDWAIT" \ 569 "\22NOCLDWAIT" \
570 "\22P32" \ 570 "\23P32" \
571 "\24CLDSIGIGN" \ 571 "\24CLDSIGIGN" \
572 "\26SYSTRACE" \ 572 "\26SYSTRACE" \
573 "\27CHTRACED" \ 573 "\27CHTRACED" \
574 "\30STOPFORK" \ 574 "\30STOPFORK" \
575 "\31STOPEXEC" \ 575 "\31STOPEXEC" \
576 "\32STOPEXIT" \ 576 "\32STOPEXIT" \
577 "\33SYSCALL" 577 "\33SYSCALL"
578 578
579/* 579/*
580 * KERN_LWP structure. See notes on KERN_PROC2 about adding elements. 580 * KERN_LWP structure. See notes on KERN_PROC2 about adding elements.
581 */ 581 */
582struct kinfo_lwp { 582struct kinfo_lwp {
583 uint64_t l_forw; /* PTR: linked run/sleep queue. */ 583 uint64_t l_forw; /* PTR: linked run/sleep queue. */