|
From: | Paul Eggert |
Subject: | Re: memset_explicit: Fix compilation error on some OpenSolaris derivatives |
Date: | Tue, 23 Apr 2024 23:22:51 -0700 |
User-agent: | Mozilla Thunderbird |
On 2024-04-23 20:50, Collin Funk wrote:
In pty.c we have: #include <config.h> #include "telnetd.h" in telnetd.h: #include <config.h>
Why is telnetd.h including config.h? Only a top-level C file should include config.h, and it should so so at the start.
[Prev in Thread] | Current Thread | [Next in Thread] |