From 57cd6e39d5c0ec9d957c57b07148cd0ba0df42bf Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 30 Aug 2010 15:27:44 -0700 Subject: [PATCH] staprun: Avoid need for -I$(top_srcdir) * modverify.c: Use proper relative pathname for nsscommon.h #include. --- runtime/staprun/modverify.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/runtime/staprun/modverify.c b/runtime/staprun/modverify.c index 8864d33d9..3fa3047b7 100644 --- a/runtime/staprun/modverify.c +++ b/runtime/staprun/modverify.c @@ -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 @@ -35,11 +35,11 @@ #include #include -#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. * -- 2.43.5