Displaying 20 results from an estimated 8000 matches similar to: "compilation nit"
2011 Apr 13
1
[PATCH libguestfs] add missing include directives
A few minor problems:
(more coming)
config.c:55:5: error: implicit declaration of function 'strlen' [-Werror=implicit-function-declaration]
config.c:55:11: error: incompatible implicit declaration of built-in function 'strlen' [-Werror]
...
keys.c:59:7: error: implicit declaration of function 'memcpy' [-Werror=implicit-function-declaration]
keys.c:59:7: error: incompatible
2011 Apr 13
0
[PATCH libguestfs] add more missing include directives
I'm going one patch per directory.
There are still more.
If you'd prefer, I'll put this and all remaining changes in one commit.
>From eb396e5e2187055e6312ac7df7cad6f273e37c92 Mon Sep 17 00:00:00 2001
From: Jim Meyering <meyering at redhat.com>
Date: Wed, 13 Apr 2011 13:13:34 +0200
Subject: [PATCH libguestfs] add more missing include directives
* cat/virt-cat.c: Include
2011 Apr 13
1
[PATCH libguestfs] include string.h and libintl.h, as needed
This appears to fix the last of the missing includes:
>From 4e8c86d43a330ac79624a78d7ef40aa17f8fb4db Mon Sep 17 00:00:00 2001
From: Jim Meyering <meyering at redhat.com>
Date: Wed, 13 Apr 2011 14:34:38 +0200
Subject: [PATCH libguestfs] include string.h and libintl.h, as needed
* df/df.c: As above.
* df/main.c: As above.
* df/output.c: As above.
* fuse/guestmount.c: As above.
*
2012 Mar 11
1
[PATCH] Coalesce printable characters in debug and trace messages (RHBZ#802109).
From: "Richard W.M. Jones" <rjones at redhat.com>
---
src/events.c | 25 +++++++++++++++++--------
1 files changed, 17 insertions(+), 8 deletions(-)
diff --git a/src/events.c b/src/events.c
index f707e0b..9a1ca76 100644
--- a/src/events.c
+++ b/src/events.c
@@ -120,8 +120,7 @@ guestfs___call_callbacks_message (guestfs_h *g, uint64_t event,
event == GUESTFS_EVENT_TRACE)
2011 Apr 13
1
[PATCH hivex] maint: split long lines
Hi Rich,
I find it more readable (and safer to review) to avoid lines
longer than 80 columns. When reviewing changes that wrap,
I've noticed that it is harder to spot certain types of mistakes
in the wrapped portion of a long line.
>From 930118b380b35bb33e7719b0eb2ab6b31fa2d7e4 Mon Sep 17 00:00:00 2001
From: Jim Meyering <meyering at redhat.com>
Date: Wed, 13 Apr 2011 16:08:57
2011 Oct 15
1
Libguestfs & ubuntu 11.10 problems
HI, All.
I face problems when try to use libguestfs in new ubuntu 11.10.
1) My current version of libguest (1.12.0, binaries taken from
libguestfs site) can't boot vm with new kernel.
You can find log of libguest-test-tool in attachment. I try force
it to boot 2.6.38-11 kernel instead of
3.0.0-12 (which is default), but get the same result (error)
2) I can't compile libguestfs from
2014 May 29
2
Re: libguestfs error
Hi Rich
Yes Rich I have tried libguesftfs on powerpc and it was working fine.For
some reason i had to format my hard disk and now when I'm again compiling
it,I'm getting following error....
Below is the status of configure ..
This is how we have configured the optional components for you today:
Daemon .............................. yes
Appliance ........................... yes
QEMU
2006 Nov 21
1
Documentation Nit
I''m trying to wrap my head around rspec_on_rails and ran into the
following documentation nit:
-------- what it says --------
You can specify :template, :text, or :action.
controller.should_render :template=>"path/to/template/for/action"
controller.should_render :text=>"expected text"
controller.should_render :action=>"expected_action"
--------
1999 Dec 10
0
documentation nit
Greetings,
A minor documentation nit (patch follows my .signature) replace the
missing 'f' letter...
Both openssh-1.2pre16 and the openbsd cvs repository need the change.
-- Mark
Index: ssh.1
===================================================================
RCS file: /cvs/src/usr.bin/ssh/ssh.1,v
retrieving revision 1.29
diff -u -r1.29 ssh.1
--- ssh.1 1999/12/02 17:23:54
2004 Jan 06
3
[Bug 783] __unused nit
http://bugzilla.mindrot.org/show_bug.cgi?id=783
Summary: __unused nit
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: FreeBSD
Status: NEW
Severity: normal
Priority: P2
Component: PAM support
AssignedTo: openssh-bugs at mindrot.org
ReportedBy: des at freebsd.org
2015 Mar 19
0
Patch for "doveadm -f table" nit (was Re: Dovecot current number of connections being used.)
On 19 Mar 2015, at 02:37, Joseph Tam <jtam.home at gmail.com> wrote:
>
>
>> doveadm who -1 2>/dev/null | wc -l
>
> You have to redirect stderr to /dev/null because that's where the
> first header line is written to. The default format style (table)
> is inconsistent with the other formats (flow,pager,tab) that write
> headers and data to stdout.
>
2013 Feb 05
1
auth.c comment nit : "an the" => "a"
--- src/usr.bin/ssh/auth.c 2013/02/05 22:29:53 1.1
+++ src/usr.bin/ssh/auth.c 2013/02/05 22:30:19
@@ -331,7 +331,7 @@
*
* XXX Should any specific check be done for sym links ?
*
- * Takes an the file name, its stat information (preferably from fstat() to
+ * Takes a file name, its stat information (preferably from fstat() to
* avoid races), the uid of the expected owner, their home
2003 Aug 12
1
[PATCH] Minor nit: -D is now "socks" not "socks4"
Hi all.
I was getting something working over socks5 and was trying to figure out
why it kept using socks4. It wasn't, it was just a misleading debug
message....
Patch applies to either OpenBSD or Portable.
--
Darren Tucker (dtucker at zip.com.au)
GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69
Good judgement comes with experience. Unfortunately, the experience
2005 Oct 26
0
A minor nit to pick
Ladies and Gentlemen,
Running newhidups with -DD shows the following line that starts with
"-> String:" occasionally, with no contect that it is related to:
......
Can't find object UPS.Battery.Temperature
-> String: PbAc (len = 4/4)
Can't find object UPS.Output.PercentLoad
......
However, running newhidups with -DDD, shows the proper context:
......
hu_find_infoval:
2012 May 29
2
[LLVMdev] NIT: Include guards for include/llvm/Support/COFF.h
The file begins:
> #ifndef LLVM_SUPPORT_WIN_COFF_H
> #define LLVM_SUPPORT_WIN_COFF_H
Why "WIN_COFF_H" - since this code is not windows-specific, as far as I can tell.
-- Marshall
Marshall Clow Idio Software <mailto:mclow.lists at gmail.com>
A.D. 1517: Martin Luther nails his 95 Theses to the church door and is promptly moderated down to (-1, Flamebait).
--
2015 Mar 19
0
How about an option to disbale headers? (was Re: Patch for "doveadm -f table" nit)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Thu, 19 Mar 2015, Gedalya wrote:
> On 03/18/2015 08:49 PM, Timo Sirainen wrote:
>> There's no reason why flow and pager should write headers to stderr because
>> it would always result only in a mess. But instead of changing table
>> headers to write to stdout, I think a better fix would be to make tab
>> formatter
2015 May 24
0
How about an option to disbale headers? (was Re: Patch for "doveadm -f table" nit)
On 03/20/2015 02:47 PM, Timo Sirainen wrote:
> Added -h parameter now to hg.
Using 2.2.18.
With -f table this behaves as expected, however with -t tab the output
seems to include the separating tabs of the header line prepended to the
first line of output.
In other words, the header line is printed partially - only the tabs, no
actual headers and no newline.
2015 Jul 03
1
How about an option to disbale headers? (was Re: Patch for "doveadm -f table" nit)
On 05/24/2015 03:08 AM, Gedalya wrote:
> On 03/20/2015 02:47 PM, Timo Sirainen wrote:
>> Added -h parameter now to hg.
>
> Using 2.2.18.
> With -f table this behaves as expected, however with -t tab the output
> seems to include the separating tabs of the header line prepended to
> the first line of output.
> In other words, the header line is printed partially - only
2011 Nov 15
1
Small nit in Sweave
Two small Sweave issues.
1. I had the following line in my code
<<echo=FALSE, results="hide">>
resulting in the message
Error in match.arg(options$results, c("verbatim", "tex", "hide")) :
'arg' should be one of ?verbatim?, ?tex?, ?hide?
I puzzled on this a bit since my argument exactly matched the message,
until I thought of
2015 Mar 20
2
How about an option to disbale headers? (was Re: Patch for "doveadm -f table" nit)
On 19 Mar 2015, at 12:25, Steffen Kaiser <skdovecot at smail.inf.fh-brs.de> wrote:
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On Thu, 19 Mar 2015, Gedalya wrote:
>> On 03/18/2015 08:49 PM, Timo Sirainen wrote:
>>> There's no reason why flow and pager should write headers to stderr because it would always result only in a mess. But instead of