diff options
author | plunky <plunky@pkgsrc.org> | 2011-06-19 12:25:42 +0000 |
---|---|---|
committer | plunky <plunky@pkgsrc.org> | 2011-06-19 12:25:42 +0000 |
commit | 31fcb4322747aaeeddc6b68a2eb77a49978d09e1 (patch) | |
tree | 43855f0f6431524082d7cd68675ce0279e4329a7 | |
parent | d1ac8ccfb473d172c3d836e724bd53c0452622d4 (diff) | |
download | pkgsrc-31fcb4322747aaeeddc6b68a2eb77a49978d09e1.tar.gz |
retain bt_compidtostr() prototype to fix a potential build error
-rw-r--r-- | sysutils/netbt-hcidump/distinfo | 4 | ||||
-rw-r--r-- | sysutils/netbt-hcidump/patches/patch-ab | 7 |
2 files changed, 5 insertions, 6 deletions
diff --git a/sysutils/netbt-hcidump/distinfo b/sysutils/netbt-hcidump/distinfo index e26facb1e57..d714227221e 100644 --- a/sysutils/netbt-hcidump/distinfo +++ b/sysutils/netbt-hcidump/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2011/03/20 19:56:48 plunky Exp $ +$NetBSD: distinfo,v 1.4 2011/06/19 12:25:42 plunky Exp $ SHA1 (bluez-4.87.tar.gz) = a7b0f04d3005e130a193afd457e4fe5450ea9aa0 RMD160 (bluez-4.87.tar.gz) = 1caa1068d99dc37f1fe48cfc3c83dd756ff03c14 @@ -7,7 +7,7 @@ SHA1 (bluez-hcidump-2.0.tar.gz) = e6f2e7d63fb92efc8683be8f5bb6373893a7fd72 RMD160 (bluez-hcidump-2.0.tar.gz) = 277702f4deb364d44f73ab109f6cb97b9ab35bf3 Size (bluez-hcidump-2.0.tar.gz) = 149918 bytes SHA1 (patch-aa) = 6e30f3bd8e06e152bd2b65b32e173de039320787 -SHA1 (patch-ab) = b938aa1d4cba4891b58e7d4a2add3e88f86605f7 +SHA1 (patch-ab) = fc31a15eee6531faca3ce3df1286762f0e1d1433 SHA1 (patch-ac) = adbc1e33996e61ccc5c016154bee3c4af72d784d SHA1 (patch-ad) = b7007a6c55011ac6a1da2fd1883f953532d75ea5 SHA1 (patch-ae) = e59424e971879f368c09adae894088952612f1be diff --git a/sysutils/netbt-hcidump/patches/patch-ab b/sysutils/netbt-hcidump/patches/patch-ab index f44d6443d38..66710c7240f 100644 --- a/sysutils/netbt-hcidump/patches/patch-ab +++ b/sysutils/netbt-hcidump/patches/patch-ab @@ -1,4 +1,4 @@ -$NetBSD: patch-ab,v 1.1.1.1 2010/12/19 20:20:42 plunky Exp $ +$NetBSD: patch-ab,v 1.2 2011/06/19 12:25:42 plunky Exp $ --- bluetooth/bluetooth.h.orig 2009-11-30 19:29:17.000000000 +0000 +++ bluetooth/bluetooth.h @@ -57,7 +57,7 @@ $NetBSD: patch-ab,v 1.1.1.1 2010/12/19 20:20:42 plunky Exp $ int str2ba(const char *str, bdaddr_t *ba); int ba2oui(const bdaddr_t *ba, char *oui); int bachk(const char *str); -@@ -146,12 +163,15 @@ int baprintf(const char *format, ...); +@@ -146,11 +163,14 @@ int baprintf(const char *format, ...); int bafprintf(FILE *stream, const char *format, ...); int basprintf(char *str, const char *format, ...); int basnprintf(char *str, size_t size, const char *format, ...); @@ -68,8 +68,7 @@ $NetBSD: patch-ab,v 1.1.1.1 2010/12/19 20:20:42 plunky Exp $ +#if 0 int bt_error(uint16_t code); - char *bt_compidtostr(int id); +#endif + char *bt_compidtostr(int id); #ifdef __cplusplus - } |