Your message dated Tue, 21 Sep 1999 16:33:12 -0700
with message-id <[EMAIL PROTECTED]>
and subject line netinet/in.h uses undefined uint32_t
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Darren Benham
(administrator, Debian Bugs database)
--------------------------------------
Received: (at submit) by bugs.debian.org; 30 Jun 1998 17:58:56 +0000
Received: (qmail 9600 invoked from network); 30 Jun 1998 17:58:55 -0000
Received: from nautilus.netg.se ([EMAIL PROTECTED])
by debian.novare.net with SMTP; 30 Jun 1998 17:58:55 -0000
Received: from valdez.netg.se ([EMAIL PROTECTED] [194.52.205.52])
by nautilus.netg.se (8.8.8/8.8.8/Debian/GNU) with ESMTP id TAA06007
for <[EMAIL PROTECTED]>; Tue, 30 Jun 1998 19:58:49 +0200
Received: from valdez.netg.se ([EMAIL PROTECTED] [127.0.0.1])
by valdez.netg.se (8.9.0/8.9.0/Debian/GNU) with ESMTP id TAA07569
for <[EMAIL PROTECTED]>; Tue, 30 Jun 1998 19:58:48 +0200
Message-Id: <[EMAIL PROTECTED]>
X-Mailer: exmh version 2.0.2 2/24/98 (debian)
To: [EMAIL PROTECTED]
Subject: netinet/in.h uses undefined uint32_t
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Date: Tue, 30 Jun 1998 19:58:48 +0200
From: Anders Hammarquist <[EMAIL PROTECTED]>
Package: libc6-dev
Version: 2.0.7r-2
/usr/include/netinet/in.h contains some definitions for multicast IP
addresses. Unfortunately, uint32_t that they reference isn't defined (it's
probably supposed to be u_int32_t which is what is used everywhere else).
Regards,
/Anders
--- netinet/in.h.old Tue Jun 30 19:55:34 1998
+++ netinet/in.h Tue Jun 30 19:56:15 1998
@@ -137,10 +137,10 @@
#endif
/* Defines for Multicast INADDR. */
-#define INADDR_UNSPEC_GROUP ((uint32_t) 0xe0000000U) /* 224.0.0.0
*/
-#define INADDR_ALLHOSTS_GROUP ((uint32_t) 0xe0000001U) /* 224.0.0.1
*/
-#define INADDR_ALLRTRS_GROUP ((uint32_t) 0xe0000002U) /*
224.0.0.2 */
-#define INADDR_MAX_LOCAL_GROUP ((uint32_t) 0xe00000ffU) /*
224.0.0.255 */
+#define INADDR_UNSPEC_GROUP ((u_int32_t) 0xe0000000U) /*
224.0.0.0 */
+#define INADDR_ALLHOSTS_GROUP ((u_int32_t) 0xe0000001U) /*
224.0.0.1 */
+#define INADDR_ALLRTRS_GROUP ((u_int32_t) 0xe0000002U) /*
224.0.0.2 */
+#define INADDR_MAX_LOCAL_GROUP ((u_int32_t) 0xe00000ffU) /*
224.0.0.255 */
/* Get the definition of the macro to define the common sockaddr members.
*/
--
-- Of course I'm crazy, but that doesn't mean I'm wrong.
Anders Hammarquist | Mud at Kingdoms | [EMAIL PROTECTED]
NetGuide Scandinavia | telnet kingdoms.se 1812 | Fax: +46 31 50 79 39
http://www.netg.se | | Tel: +46 31 50 79 40
---------------------------------------
Received: (at 24103-done) by bugs.debian.org; 23 Sep 1999 02:40:04 +0000
Received: (qmail 29952 invoked from network); 23 Sep 1999 02:40:03 -0000
Received: from cerberus.espy.org ([EMAIL PROTECTED])
by master.debian.org with SMTP; 23 Sep 1999 02:40:03 -0000
Received: from hercules.espy.org [206.163.71.146]
by cerberus.espy.org with esmtp (Exim 3.03 #1 (Debian GNU/Linux))
id 11Tyni-00081S-01; Wed, 22 Sep 1999 19:40:02 -0700
Mime-Version: 1.0
X-Sender: [EMAIL PROTECTED]
Message-Id: <[EMAIL PROTECTED]>
Date: Tue, 21 Sep 1999 16:33:12 -0700
To: [EMAIL PROTECTED]
From: Joel Klecker <[EMAIL PROTECTED]>
Subject: Re: netinet/in.h uses undefined uint32_t
Content-Type: text/plain; charset="us-ascii" ; format="flowed"
>/usr/include/netinet/in.h contains some definitions for multicast IP
>addresses. Unfortunately, uint32_t that they reference isn't defined (it's
>probably supposed to be u_int32_t which is what is used everywhere else).
The current version of libc6-dev does not have this problem.
--
Joel Klecker (aka Espy) Debian GNU/Linux Developer
<URL:mailto:[EMAIL PROTECTED]> <URL:mailto:[EMAIL PROTECTED]>
<URL:http://web.espy.org/> <URL:http://www.debian.org/>