git: aadce8769544 - stable/13 - routing: fix debug headers added in 6fa8ed43ee0c.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 13 Jan 2023 21:25:24 UTC
The branch stable/13 has been updated by melifaro:
URL: https://cgit.FreeBSD.org/src/commit/?id=aadce8769544491704d864690b7dcb04aad439d5
commit aadce8769544491704d864690b7dcb04aad439d5
Author: Alexander V. Chernikov <melifaro@FreeBSD.org>
AuthorDate: 2022-06-25 23:05:25 +0000
Commit: Alexander V. Chernikov <melifaro@FreeBSD.org>
CommitDate: 2023-01-13 21:24:10 +0000
routing: fix debug headers added in 6fa8ed43ee0c.
- move debug headers out of COMPAT_FREEBSD32 in rtsock.c
- remove accidentally-added LOG_ defines from syslog.h
MFC after: 2 weeks
(cherry picked from commit 0e87bab6b44b6cc12d25fd46954ee10121ee38fc)
---
sys/net/rtsock.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/sys/net/rtsock.c b/sys/net/rtsock.c
index aa8cf0146f9a..256c4a96af73 100644
--- a/sys/net/rtsock.c
+++ b/sys/net/rtsock.c
@@ -52,7 +52,6 @@
#include <sys/socket.h>
#include <sys/socketvar.h>
#include <sys/sysctl.h>
-#include <sys/syslog.h>
#include <sys/systm.h>
#include <net/if.h>