File 0015-libutil-remove-definition-of-sa_hex_format.patch of Package fcoe-utils
From 41863ed1d41c867b9af91ef2232c903aa1f94b07 Mon Sep 17 00:00:00 2001
Message-Id: <41863ed1d41c867b9af91ef2232c903aa1f94b07.1439372158.git.jthumshirn@suse.de>
In-Reply-To: <cover.1439372158.git.jthumshirn@suse.de>
References: <cover.1439372158.git.jthumshirn@suse.de>
From: Johannes Thumshirn <jthumshirn@suse.de>
Date: Thu, 6 Aug 2015 15:18:39 +0200
Subject: [PATCH 7/9] libutil: remove definition of sa_hex_format()
sa_hex_format() is not defined in libutil, so get rid of it
Signed-off-by: Johannes Thumshirn <jthumshirn@suse.de>
---
include/fcoemon_utils.h | 3 ---
1 file changed, 3 deletions(-)
diff --git a/include/fcoemon_utils.h b/include/fcoemon_utils.h
index fb79ace..fb3b1cc 100644
--- a/include/fcoemon_utils.h
+++ b/include/fcoemon_utils.h
@@ -134,9 +134,6 @@ extern void assert_failed(const char *s, ...);
#endif /* LIBSA_USE_DANGEROUS_ROUTINES */
char *sa_strncpy_safe(char *dest, size_t len, const char *src, size_t src_len);
-char *sa_hex_format(char *buf, size_t buflen,
- const unsigned char *data, size_t data_len,
- unsigned int group_len, char *inter_group_sep);
/*
* Structure for tables encoding and decoding name-value pairs such as enums.
--
2.4.6