Subject: CVS commit: src/sys/compat/irix
To: None <source-changes@NetBSD.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 03/17/2007 17:02:50
Module Name:	src
Committed By:	tsutsui
Date:		Sat Mar 17 17:02:50 UTC 2007

Modified Files:
	src/sys/compat/irix: irix_stat.c

Log Message:
Fix compile errors in the previous:
- include <sys/filedesc.h> for do_sys_stat()
- include <sys/namei.h> for FOLLOW and NOFOLLOW
- add missing semicolons
- fix typos


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 src/sys/compat/irix/irix_stat.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.