fix typo in amd64/linux32/syscalls.master

Alexander Best arundel at freebsd.org
Fri Oct 8 00:39:52 UTC 2010


just a typo. please don't forget to run 'make sysent' to populate the changes.

cheers.
alex

ps: typo doesn't exist in i386/pc98 syscalls.master.

-- 
a13x
-------------- next part --------------
diff --git a/sys/amd64/linux32/syscalls.master b/sys/amd64/linux32/syscalls.master
index cff2ad7..9c89946 100644
--- a/sys/amd64/linux32/syscalls.master
+++ b/sys/amd64/linux32/syscalls.master
@@ -416,7 +416,7 @@
 245	AUE_NULL	UNIMPL	linux_io_setup
 246	AUE_NULL	UNIMPL	linux_io_destroy
 247	AUE_NULL	UNIMPL	linux_io_getevents
-248	AUE_NULL	UNIMPL	inux_io_submit
+248	AUE_NULL	UNIMPL	linux_io_submit
 249	AUE_NULL	UNIMPL	linux_io_cancel
 250	AUE_NULL	STD	{ int linux_fadvise64(void); }
 251	AUE_NULL	UNIMPL


More information about the freebsd-emulation mailing list