From 3890444abd62a4b375f84bed361cccef1022bcff Mon Sep 17 00:00:00 2001 From: Doug Rabson Date: Thu, 20 Sep 2001 11:02:18 +0000 Subject: [PATCH] Don't include NFS headers. I have no idea why they were here in the first place - NFS has no assembler in it. --- sys/ia64/ia64/genassym.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sys/ia64/ia64/genassym.c b/sys/ia64/ia64/genassym.c index 8b06f91ac8d..78469b6f313 100644 --- a/sys/ia64/ia64/genassym.c +++ b/sys/ia64/ia64/genassym.c @@ -61,10 +61,6 @@ #include #include #include -#include -#include -#include -#include ASSYM(GD_CURTHREAD, offsetof(struct globaldata, gd_curthread)); ASSYM(GD_FPCURTHREAD, offsetof(struct globaldata, gd_fpcurthread)); -- 2.45.2