Date: Tue, 15 Aug 2006 13:40:43 GMT From: Roman Divacky <rdivacky@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 104023 for review Message-ID: <200608151340.k7FDeh4E092906@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=104023 Change 104023 by rdivacky@rdivacky_witten on 2006/08/15 13:40:04 Dont include various includes in linux.h Pointed out by: jhb Affected files ... .. //depot/projects/soc2006/rdivacky_linuxolator/amd64/linux32/linux.h#4 edit .. //depot/projects/soc2006/rdivacky_linuxolator/compat/linux/linux_signal.c#6 edit .. //depot/projects/soc2006/rdivacky_linuxolator/i386/linux/linux.h#19 edit Differences ... ==== //depot/projects/soc2006/rdivacky_linuxolator/amd64/linux32/linux.h#4 (text+ko) ==== @@ -34,10 +34,6 @@ #define _AMD64_LINUX_LINUX_H_ #include <sys/signal.h> /* for sigval union */ -#include <sys/param.h> -#include <sys/lock.h> -#include <sys/mutex.h> -#include <sys/sx.h> #include <amd64/linux32/linux32_syscall.h> ==== //depot/projects/soc2006/rdivacky_linuxolator/compat/linux/linux_signal.c#6 (text+ko) ==== @@ -33,6 +33,7 @@ #include <sys/systm.h> #include <sys/lock.h> #include <sys/mutex.h> +#include <sys/sx.h> #include <sys/proc.h> #include <sys/signalvar.h> #include <sys/syscallsubr.h> ==== //depot/projects/soc2006/rdivacky_linuxolator/i386/linux/linux.h#19 (text+ko) ==== @@ -32,10 +32,6 @@ #define _I386_LINUX_LINUX_H_ #include <sys/signal.h> /* for sigval union */ -#include <sys/param.h> -#include <sys/lock.h> -#include <sys/mutex.h> -#include <sys/sx.h> #include <i386/linux/linux_syscall.h>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608151340.k7FDeh4E092906>