--- squashfs-tools/unsquashfs.c.orig	2008-12-17 10:55:37.000000000 +0100
+++ squashfs-tools/unsquashfs.c	2008-12-17 10:56:05.000000000 +0100
@@ -114,8 +114,8 @@
 
 	if(ioctl(1, TIOCGWINSZ, &winsize) == -1) {
 		if(isatty(STDOUT_FILENO))
-			ERROR("TIOCGWINSZ ioctl failed, defaulting to 80 "
-				"columns\n");
+//			ERROR("TIOCGWINSZ ioctl failed, defaulting to 80 "
+//				"columns\n");
 		columns = 80;
 	} else
 		columns = winsize.ws_col;
@@ -1746,8 +1746,8 @@
 
 	if(ioctl(1, TIOCGWINSZ, &winsize) == -1) {
 		if(isatty(STDOUT_FILENO))
-			ERROR("TIOCGWINSZ ioctl failed, defaulting to 80 "
-				"columns\n");
+//			ERROR("TIOCGWINSZ ioctl failed, defaulting to 80 "
+//				"columns\n");
 		columns = 80;
 	} else
 		columns = winsize.ws_col;
@@ -1836,8 +1836,8 @@
 			EXIT_UNSQUASH("Failed to create thread\n");
 	}
 
-	printf("Parallel unsquashfs: Using %d processor%s\n", processors,
-			processors == 1 ? "" : "s");
+//	printf("Parallel unsquashfs: Using %d processor%s\n", processors,
+//			processors == 1 ? "" : "s");
 
 	if(sigprocmask(SIG_SETMASK, &old_mask, NULL) == -1)
 		EXIT_UNSQUASH("Failed to set signal mask in intialise_threads"
