diff options
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; |
