Subject: Re: port-amd64/35956: linux32 statfs
To: None <port-amd64-maintainer@netbsd.org, gnats-admin@netbsd.org,>
From: Edgar =?iso-8859-1?B?RnXf?= <ef@math.uni-bonn.de>
List: netbsd-bugs
Date: 03/09/2007 15:40:02
The following reply was made to PR port-amd64/35956; it has been noted by GNATS.

From: Edgar =?iso-8859-1?B?RnXf?= <ef@math.uni-bonn.de>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: Re: port-amd64/35956: linux32 statfs
Date: Fri, 9 Mar 2007 16:35:01 +0100

 One additional thing I stumbled over while trying to add the syscall:
 
 Maybe I'm blind, but in sys/compat/linux32/Makefile.inc, we have:
 
 OBJS=	linux_sysent.c linux_syscalls.c linux_syscall.h linux_syscallargs.h
 
 Should'nt we s/linux/linux32/g here?