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

Bug#428852: marked as done (Please add tipc_config.h)



Your message dated Thu, 31 Jan 2008 16:14:38 +0100
with message-id <20080131151438.GM1446@baikonur.stro.at>
and subject line Please add tipc_config.h
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: linux-libc-dev
Version: 2.6.21-4
Severity: wishlist

I packaged the new Debian package "tipcutils" which includes tipc-config. This 
is a tool needed to configure the TIPC Protocol, which is included in the 
official Linux kernel since version 2.6.16 and in the Debian linux-image in 
e.g. version 2.6.21-4.

This tool needs a headerfile while building. It can be found at 
include/linux/tipc_config.h in the official kernel sources. Could you please 
include this in linux-libc-dev?

The includes

#include <linux/types.h>
#include <linux/string.h>

in this file are actually not needed since their content is protected by an
#ifdef __KERNEL__
anyway. In my opinion it might be a good idea to replace them with

#include <sys/types.h>
#include <string.h>

So far I included tipc_config.h in the tipcutils package. I'm going to remove 
this file and include <linux/tipc_config.h> again as soon as this bug is 
closed.

Thanks,
Martin


--- End Message ---
--- Begin Message ---
Version: 2.6.24-1

added upstream, thus closing.


--- End Message ---

Reply to: