Your message dated Wed, 15 Mar 2006 10:15:15 -0500
with message-id <[EMAIL PROTECTED]>
and subject line fixed in recent uploads of manpages
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.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: manpages-dev
Version: 2.17-1
Severity: minor
Hi,
struct msgbuf is only defined in linux/msg.h if __USE_GNU is defined,
i.e. if the programmer has defined _GNU_SOURCE. But the manpage doesn't
document that.
#define _GNU_SOURCE
should be added before
#include <sys/types.h>
#include <sys/ipc.h>
#include <sys/msg.h>
int msgsnd(int msqid, struct msgbuf *msgp, size_t msgsz, int msgflg);
ssize_t msgrcv(int msqid, struct msgbuf *msgp, size_t msgsz, long msg-
typ, int msgflg);
Regards,
Samuel
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (900, 'testing'), (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Versions of packages manpages-dev depends on:
ii manpages 2.17-1 Manual pages about using a GNU/Lin
manpages-dev recommends no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Version: 2.22-1
These bugs are all reported fixed by the upstream manpages maintainer,
Michael Kerrisk. For my own convenience, I'm marking them all as
"fixed by upload of 2.22-1", even though some of them are fixed by
earlier uploads. The bug number, real fixed-in version, and title are
listed below:
#203214 2.18 missing #include in bind(2)
#306867 2.18 Please make errno, perror, strerror refer to err(3)
#348337 2.22 openpty(3) and pty(7) are unclear about whether or not openpty(3)
will return a unix98 PTY
#350532 2.22 ioperm manpage incorrectly titled IOPERN
Justin
--- End Message ---