diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1995-11-22 07:43:53 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1995-11-22 07:43:53 +0000 |
| commit | 1f3dad5a8dc1e0d17f6f7924552eaf718b255e44 (patch) | |
| tree | 283999b082c94c12b3962535722ff43fa3b41aa0 /sys/compat/linux/linux_stats.c | |
| parent | 55054f3540ce0039fb89e6876616b869a8f2038c (diff) | |
Notes
Diffstat (limited to 'sys/compat/linux/linux_stats.c')
| -rw-r--r-- | sys/compat/linux/linux_stats.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/sys/compat/linux/linux_stats.c b/sys/compat/linux/linux_stats.c index 95839e0c97a1..8756f095b275 100644 --- a/sys/compat/linux/linux_stats.c +++ b/sys/compat/linux/linux_stats.c @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: linux_stats.c,v 1.1 1995/06/25 17:32:42 sos Exp $ + * $Id: linux_stats.c,v 1.2 1995/08/28 09:18:38 julian Exp $ */ #include <sys/param.h> @@ -36,14 +36,12 @@ #include <sys/proc.h> #include <sys/mount.h> #include <sys/namei.h> +#include <sys/socketvar.h> #include <sys/stat.h> #include <sys/vnode.h> -#include <machine/cpu.h> -#include <machine/psl.h> -#include <machine/reg.h> - #include <i386/linux/linux.h> +#include <i386/linux/sysproto.h> struct linux_newstat { unsigned short stat_dev; |
