|
|
http://perforce.freebsd.org/chv.cgi?CH=122404
Change 122404 by rdivacky@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);
}
_______________________________________________
p4-projects@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/p4-projects
To unsubscribe, send any mail to "p4-projects-unsubscribe@xxxxxxxxxxx"
|
|