search for: g4719

Displaying 2 results from an estimated 2 matches for "g4719".

Did you mean: 4719
2009 Aug 03
0
[PATCH] guestfs: fix typo in my recent change
...rerror_r (err, buf, sizeof buf); + strerror_r (errnum, buf, sizeof buf); #else char _buf[256]; char *buf; - buf = strerror_r (err, _buf, sizeof _buf); + buf = strerror_r (errnum, _buf, sizeof _buf); #endif msg = safe_realloc (g, msg, strlen (msg) + 2 + strlen (buf) + 1); -- 1.6.4.212.g4719
2009 Aug 03
1
[PATCH 1/2] Convert all TABs-as-indentation to spaces.
...e of what's in it. my %fses = inspect_all_partitions ($g, \@partitions, - use_windows_registry => $use_windows_registry); + use_windows_registry => $use_windows_registry); #print "fses -----------\n"; #print Dumper(\%fses); -- 1.6.4.212.g4719 >From 7d4c9fb1a00360570557997a97951cfe94d53d68 Mon Sep 17 00:00:00 2001 From: Jim Meyering <meyering at redhat.com> Date: Mon, 3 Aug 2009 10:55:34 -0400 Subject: [PATCH 2/2] Document and enforce the new spaces-only indentation policy. * cfg.mk (disable_temporarily): Remove sc_TAB_in_ind...