PERFORCE change 122404 for review

Roman Divacky rdivacky at FreeBSD.org
Wed Jun 27 14:18:25 UTC 2007


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

Change 122404 by rdivacky at rdivacky_witten on 2007/06/27 14:17:32

	Remove some left-over debugging printf.

Affected files ...

.. //depot/projects/soc2007/rdivacky/linux_at/sys/compat/linux/linux_file.c#13 edit

Differences ...

==== //depot/projects/soc2007/rdivacky/linux_at/sys/compat/linux/linux_file.c#13 (text+ko) ====

@@ -198,9 +198,9 @@
 
 #ifdef DEBUG
 	if (ldebug(openat))
-#endif
 		printf(ARGS(openat, "%i, %s, 0x%x, 0x%x"), args->dfd,
 		    path, args->flags, args->mode);
+#endif
 
 	return linux_common_open(td, path, args->flags, args->mode, dfd);
 }


More information about the p4-projects mailing list