PERFORCE change 124528 for review

Roman Divacky rdivacky at FreeBSD.org
Thu Aug 2 04:13:56 PDT 2007


http://perforce.freebsd.org/chv.cgi?CH=124528

Change 124528 by rdivacky at rdivacky_witten on 2007/08/02 11:13:51

	Shout loud when calling UNIMPL syscall.

Affected files ...

.. //depot/projects/soc2007/rdivacky/linux_fixes/sys/compat/linux/linux_misc.c#2 edit

Differences ...

==== //depot/projects/soc2007/rdivacky/linux_fixes/sys/compat/linux/linux_misc.c#2 (text+ko) ====

@@ -1557,6 +1557,7 @@
 int
 linux_nosys(struct thread *td, struct nosys_args *ignore)
 {
+	printf("UNIMPL syscall called!\n");
 
 	return (ENOSYS);
 }


More information about the p4-projects mailing list