From: deraadt Date: Sat, 22 Jun 2024 12:26:17 +0000 (+0000) Subject: correct elfcore_procinfo naming (in comments) X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=fbaf0d4b78406da4d2086ce9c938da3dce566a60;p=openbsd correct elfcore_procinfo naming (in comments) --- diff --git a/sys/sys/exec_elf.h b/sys/sys/exec_elf.h index e207b721d17..7825dff418b 100644 --- a/sys/sys/exec_elf.h +++ b/sys/sys/exec_elf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: exec_elf.h,v 1.103 2024/01/17 22:22:25 kurt Exp $ */ +/* $OpenBSD: exec_elf.h,v 1.104 2024/06/22 12:26:17 deraadt Exp $ */ /* * Copyright (c) 1995, 1996 Erik Theisen. All rights reserved. * @@ -675,9 +675,9 @@ typedef struct { struct elfcore_procinfo { /* Version 1 fields start here. */ - uint32_t cpi_version; /* netbsd_elfcore_procinfo version */ + uint32_t cpi_version; /* elfcore_procinfo version */ #define ELFCORE_PROCINFO_VERSION 1 - uint32_t cpi_cpisize; /* sizeof(netbsd_elfcore_procinfo) */ + uint32_t cpi_cpisize; /* sizeof(elfcore_procinfo) */ uint32_t cpi_signo; /* killing signal */ uint32_t cpi_sigcode; /* signal code */ uint32_t cpi_sigpend; /* pending signals */