summaryrefslogtreecommitdiff
path: root/sysutils/ntfsprogs/patches/patch-ag
blob: b4352f6e1b634c62b36beb1ea13dc8fdc97327ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
$NetBSD: patch-ag,v 1.1.1.1 2004/10/05 12:39:38 agc Exp $

--- ntfsprogs/ntfsresize.c.orig	Sat Sep  4 06:16:32 2004
+++ ntfsprogs/ntfsresize.c
@@ -483,12 +483,9 @@ static int parse_options(int argc, char 
 		}
 	}
 
-	stderr = stdout;
-
 #ifdef DEBUG
 	if (!opt.debug)
-		if (!(stderr = fopen("/dev/null", "rw")))
-			perr_exit("Couldn't open /dev/null");
+		ntfs_err_out = NULL;
 #endif
 
 	if (ver)