]> sourceware.org Git - systemtap.git/commitdiff
staprun: Avoid need for -I$(top_srcdir)
authorRoland McGrath <roland@redhat.com>
Mon, 30 Aug 2010 22:27:44 +0000 (15:27 -0700)
committerRoland McGrath <roland@redhat.com>
Mon, 30 Aug 2010 22:27:44 +0000 (15:27 -0700)
* modverify.c: Use proper relative pathname for nsscommon.h #include.

runtime/staprun/modverify.c

index 8864d33d91d886c676769ba762d89c871c9e84f9..3fa3047b7f7d84564c85ac9c331c2c83a67e9872 100644 (file)
@@ -2,7 +2,7 @@
   This program verifies the given file using the given signature, the named
   certificate and public key in the given certificate database.
 
-  Copyright (C) 2009 Red Hat Inc.
+  Copyright (C) 2009-2010 Red Hat Inc.
 
   This file is part of systemtap, and is free software.  You can
   redistribute it and/or modify it under the terms of the GNU General Public
 #include <sys/types.h>
 #include <errno.h>
 
-#include "nsscommon.h"
+#include "../../nsscommon.h"
 #include "modverify.h"
 
 /* Function: int check_cert_db_permissions (const char *cert_db_path);
- * 
+ *
  * Check that the given certificate directory and its contents have
  * the correct permissions.
  *
@@ -114,7 +114,7 @@ check_db_file_permissions (const char *cert_db_file) {
 }
 
 /* Function: int check_cert_db_permissions (const char *cert_db_path);
- * 
+ *
  * Check that the given certificate directory and its contents have
  * the correct permissions.
  *
This page took 0.025003 seconds and 5 git commands to generate.