Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 02 Jan 2026 19:09:05 +0000
From:      Maxim Konovalov <maxim@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: cb9c8e9768b8 - stable/15 - khelp: make the module compile again
Message-ID:  <695817d1.38ba7.3d305041@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch stable/15 has been updated by maxim:

URL: https://cgit.FreeBSD.org/src/commit/?id=cb9c8e9768b8e237e62aa3219b9ac5ffa46087c2

commit cb9c8e9768b8e237e62aa3219b9ac5ffa46087c2
Author:     Maxim Konovalov <maxim@FreeBSD.org>
AuthorDate: 2025-12-16 05:47:02 +0000
Commit:     Maxim Konovalov <maxim@FreeBSD.org>
CommitDate: 2026-01-02 19:08:20 +0000

    khelp: make the module compile again
    
    PR:             291165
    MFC after:      1 week
    
    (cherry picked from commit 27554189e5122d780dd295b1a1a81f15f459accb)
---
 share/examples/kld/khelp/h_example.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/share/examples/kld/khelp/h_example.c b/share/examples/kld/khelp/h_example.c
index 92f0c885bbce..07102d30be21 100644
--- a/share/examples/kld/khelp/h_example.c
+++ b/share/examples/kld/khelp/h_example.c
@@ -45,6 +45,8 @@
 #include <sys/socket.h>
 #include <sys/socketvar.h>
 
+#include <netinet/in.h>
+#include <netinet/in_pcb.h>
 #include <netinet/tcp_var.h>
 
 #include <vm/uma.h>


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?695817d1.38ba7.3d305041>