dhcpagent (2.10-4) unstable; urgency=low

* Build dhcpinfo
  * Patched dhcpagent for newer sys/types.h which defines both
    _B_TRUE and B_TRUE (same for FALSE)
This commit is contained in:
Igor Pashev 2013-04-19 00:30:24 +00:00
parent fcd9b65644
commit 33d10fd07b
3 changed files with 23 additions and 2 deletions

View File

@ -1,8 +1,10 @@
dhcpagent (2.10-4) UNRELEASED; urgency=low
dhcpagent (2.10-4) unstable; urgency=low
* Build dhcpinfo
* Patched dhcpagent for newer sys/types.h which defines both
_B_TRUE and B_TRUE (same for FALSE)
-- Igor Pashev <pashev.igor@gmail.com> Wed, 13 Mar 2013 15:53:21 +0000
-- Igor Pashev <pashev.igor@gmail.com> Fri, 19 Apr 2013 00:02:51 +0000
dhcpagent (2.10-3) unstable; urgency=low

View File

@ -0,0 +1,18 @@
Description: we have both in sys/types.h
Index: dhcpagent/usr/src/cmd/cmd-inet/sbin/dhcpagent/common.h
===================================================================
--- dhcpagent.orig/usr/src/cmd/cmd-inet/sbin/dhcpagent/common.h 2012-10-08 00:25:23.000000000 +0000
+++ dhcpagent/usr/src/cmd/cmd-inet/sbin/dhcpagent/common.h 2013-04-19 00:23:05.623783081 +0000
@@ -40,12 +40,6 @@
extern "C" {
#endif
-/*
- * Things (unfortunately) required because we're in an XPG environment.
- */
-#define B_TRUE _B_TRUE
-#define B_FALSE _B_FALSE
-
struct dhcp_smach_s;
typedef struct dhcp_smach_s dhcp_smach_t;
struct dhcp_lease_s;

View File

@ -2,3 +2,4 @@ libdhcpagent-time.h.patch
libdhcpagent-add-amd64.patch
dhcpagent.patch
libdhcpagent-serialize.patch
dhcpagent_boolean_t.patch