All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sravan V Dodla <sravan@linux.vnet.ibm.com>
To: Linux Test Project <ltp-list@lists.sourceforge.net>
Cc: Sravan V Dodla <sravan@linux.vnet.ibm.com>
Subject: [LTP] [PATCH] Compilation Error Fixed in filecaps.
Date: Fri, 24 Sep 2010 15:33:03 +0530	[thread overview]
Message-ID: <20100924100303.5709.80714.sendpatchset@sravan-laptop> (raw)

Hello,

I have been facing an compilation issue with the latest version of LTP. After some debugging I found out that the
flag HAVE_SYS_CAPABILITY_H is not used and sys/capability.h is being included.
So here is the patch to get rid of this error.

Signed-off-by: Sravan V Dodla <sravan@linux.vnet.ibm.com>.

--- c.c	2010-09-23 06:09:27.257635313 +0530
+++ c.c.orig	2010-09-23 06:08:54.643698431 +0530
@@ -20,9 +20,7 @@
 
 
 #include <stdio.h>
-#if HAVE_SYS_CAPABILITY_H
 #include <sys/capability.h>
-#endif
 
 int main()
 {

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

             reply	other threads:[~2010-09-24 10:03 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-24 10:03 Sravan V Dodla [this message]
2010-09-27 14:23 ` [LTP] [PATCH] Compilation Error Fixed in filecaps Serge E. Hallyn
     [not found]   ` <4CA0AEB7.7080701@linux.vnet.ibm.com>
     [not found]     ` <20100927180239.GA15486@hallyn.com>
     [not found]       ` <4CA1ADB0.7070908@linux.vnet.ibm.com>
     [not found]         ` <20100928213611.GA1046@hallyn.com>
     [not found]           ` <4CA31140.4000805@linux.vnet.ibm.com>
     [not found]             ` <20100929141051.GB4620@hallyn.com>
2010-09-29 14:09               ` Subrata Modak1
2010-10-04  3:50                 ` Garrett Cooper
2010-10-04  4:33                   ` Garrett Cooper
2010-10-04 12:12                     ` Subrata Modak
2010-10-04 12:45                     ` Serge E. Hallyn

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100924100303.5709.80714.sendpatchset@sravan-laptop \
    --to=sravan@linux.vnet.ibm.com \
    --cc=ltp-list@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.