Date: Mon, 22 Nov 2021 22:37:42 GMT From: Brooks Davis <brooks@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 97fdcfcaf799 - main - freebsd32: remove unnecessicary headers Message-ID: <202111222237.1AMMbgME047115@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by brooks: URL: https://cgit.FreeBSD.org/src/commit/?id=97fdcfcaf7990edbfb7f8048403005189d4a7cb5 commit 97fdcfcaf7990edbfb7f8048403005189d4a7cb5 Author: Brooks Davis <brooks@FreeBSD.org> AuthorDate: 2021-11-22 22:36:56 +0000 Commit: Brooks Davis <brooks@FreeBSD.org> CommitDate: 2021-11-22 22:36:56 +0000 freebsd32: remove unnecessicary headers Reviewed by: kib --- sys/compat/freebsd32/freebsd32_sysent.c | 3 --- sys/compat/freebsd32/syscalls.master | 3 --- 2 files changed, 6 deletions(-) diff --git a/sys/compat/freebsd32/freebsd32_sysent.c b/sys/compat/freebsd32/freebsd32_sysent.c index 7c355814e563..3143cccbb3f5 100644 --- a/sys/compat/freebsd32/freebsd32_sysent.c +++ b/sys/compat/freebsd32/freebsd32_sysent.c @@ -8,9 +8,6 @@ #include <sys/param.h> #include <sys/sysent.h> #include <sys/sysproto.h> -#include <sys/mount.h> -#include <sys/socket.h> -#include <compat/freebsd32/freebsd32.h> #include <compat/freebsd32/freebsd32_proto.h> #define AS(name) (sizeof(struct name) / sizeof(register_t)) diff --git a/sys/compat/freebsd32/syscalls.master b/sys/compat/freebsd32/syscalls.master index 4fd7b2235d99..96708924c394 100644 --- a/sys/compat/freebsd32/syscalls.master +++ b/sys/compat/freebsd32/syscalls.master @@ -50,9 +50,6 @@ #include <sys/param.h> #include <sys/sysent.h> #include <sys/sysproto.h> -#include <sys/mount.h> -#include <sys/socket.h> -#include <compat/freebsd32/freebsd32.h> #include <compat/freebsd32/freebsd32_proto.h> #if !defined(PAD64_REQUIRED) && !defined(__amd64__)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111222237.1AMMbgME047115>