9a79b1c7b8
BuildRoot and ExcludeArch cleanup
30 lines
762 B
Diff
30 lines
762 B
Diff
From 6394a804ef09b83b78348c189dc4b99b440e0f6b Mon Sep 17 00:00:00 2001
|
|
From: Petr Sabata <psabata@redhat.com>
|
|
Date: Thu, 24 Mar 2011 00:39:30 +0000
|
|
Subject: [PATCH 06/16] fcoe-utils: Include current lldpad headers
|
|
|
|
Include current header files provided by open-lldp.
|
|
|
|
Signed-off-by: Petr Sabata <psabata@redhat.com>
|
|
Signed-off-by: Robert Love <robert.w.love@intel.com>
|
|
---
|
|
fcoemon.c | 2 +-
|
|
1 files changed, 1 insertions(+), 1 deletions(-)
|
|
|
|
diff --git a/fcoemon.c b/fcoemon.c
|
|
index 9df473a..74795e4 100644
|
|
--- a/fcoemon.c
|
|
+++ b/fcoemon.c
|
|
@@ -46,7 +46,7 @@
|
|
|
|
#include <lldpad/dcb_types.h>
|
|
#include <lldpad/clif.h>
|
|
-#include <lldpad/clif_cmds.h>
|
|
+#include <lldpad/lldp_dcbx_cmds.h>
|
|
|
|
#include "fcoe_utils_version.h"
|
|
#include "fcoemon_utils.h"
|
|
--
|
|
1.7.4.4
|
|
|