[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#42579: marked as forwarded (libc6-dev: bits/socket.h has bad definition of MSG_DONTWAIT)



Your message dated Fri, 6 Aug 1999 14:33:56 -0700
with message-id <v04205500b3d103384886@[206.163.71.146]>
and subject line Fwd: Bug#42579: libc6-dev: bits/socket.h has bad definition of  MSG_DONTWAIT
has caused the Debian bug report #42579,
regarding libc6-dev: bits/socket.h has bad definition of MSG_DONTWAIT
to be marked as having been forwarded to the upstream software
author(s) libc-alpha@sourceware.cygnus.com.

(NB: If you are a system administrator and have no idea what I'm
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Ian Jackson
(administrator, Debian bugs database)

Received: (at submit) by bugs.debian.org; 6 Aug 1999 18:22:03 +0000
Received: (qmail 2508 invoked from network); 6 Aug 1999 18:22:02 -0000
Received: from ivanova.coker.com.au (postfix@203.36.46.209)
  by master.debian.org with SMTP; 6 Aug 1999 18:22:02 -0000
Received: from lyta.coker.com.au (proxy [10.10.10.8])
	by ivanova.coker.com.au (Postfix) with ESMTP
	id 34F2D127C4; Sat,  7 Aug 1999 04:22:59 +1000 (EST)
Received: by lyta.coker.com.au (Postfix, from userid 1001)
	id EBA24178CA; Fri,  6 Aug 1999 19:22:13 +0100 (BST)
From: russell@coker.com.au
Subject: libc6-dev: bits/socket.h has bad definition of MSG_DONTWAIT
To: submit@bugs.debian.org
X-Mailer: bug 3.2.2
Message-Id: <[🔎] 19990806182213.EBA24178CA@lyta.coker.com.au>
Date: Fri,  6 Aug 1999 19:22:13 +0100 (BST)

Package: libc6-dev
Version: 2.1.2-0pre4
Severity: normal

On line 182 of this file it defines MSG_DONTWAIT to be MSG_TRUNC which
results in my program giving 0x20 instead of the desired 0x40 to the system
call and thus my program fails.
I have changed this line to be the following (matching what is done with the
surrounding code).  Now my program works as it did before.

#define MSG_DONTWAIT    MSG_DONTWAIT


-- System Information
Debian Release: potato
Kernel Version: Linux lyta 2.2.10 #8 Fri Jul 30 14:57:39 BST 1999 i586 unknown

Versions of the packages libc6-dev depends on:
ii  libc6           2.1.2-0pre4    GNU C Library: Shared libraries and timezone


Reply to: