Re: Using of struct tm in kernel module
Robert Elz <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.kernel |
|---|---|
| Message-ID | <[email protected]> |
Date: Mon, 3 Mar 2025 19:58:10 +0100
From: Martin Husemann <[email protected]>
Message-ID: <[email protected]>
| But can you explain why that struct is needed inside the kernel? It just
| makes no sense at all to me and I am curious :-)
It makes less than no sense to me, it makes negative sense. Requiring
dealing with struct tm (which to do properly is extremely complex) in
the kernel is farcical. Simply never.
I don't care what design bothches Wintrash or Linux have made, just no.
kre