Date: Sat, 10 Jan 2004 20:43:58 -0800 (PST) From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 45103 for review Message-ID: <200401110443.i0B4hwUD049946@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=45103 Change 45103 by rwatson@rwatson_paprika on 2004/01/10 20:43:25 Don't nested include kernel include files in an include file included from userspace. Affected files ... .. //depot/projects/trustedbsd/audit2/sys/sys/bsm_token.h#2 edit Differences ... ==== //depot/projects/trustedbsd/audit2/sys/sys/bsm_token.h#2 (text+ko) ==== @@ -26,13 +26,6 @@ #ifndef _BSM_TOKEN_H_ #define _BSM_TOKEN_H_ -#include <sys/vnode.h> -#include <sys/ipc.h> -#include <sys/un.h> -#include <netinet/in_systm.h> -#include <netinet/in.h> -#include <netinet/ip.h> - /* We could determined the header and trailer sizes by * defining appropriate structures. We hold off that approach * till we have a consistant way of using structures for all tokens.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401110443.i0B4hwUD049946>