bug-glibc
[Top][All Lists]
Advanced

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

Namespace-Conflict /usr/include/netatalk/at.h


From: Sebastian Rittau
Subject: Namespace-Conflict /usr/include/netatalk/at.h
Date: Fri, 25 May 2001 09:21:40 +0200
User-agent: Mutt/1.3.17i

[NB: Please reply to both mailing lists mentioned in the To header.
If I mailed to the wrong glibc mailing list, please reply to the
right one.]

Hi!

I'm the maintainer of the Debian netatalk package. I noticed a conflict
between glibc2 and netatalk (currently at 1.5pre6). Both packages try
to install a file called /usr/include/netatalk/at.h. While the glibc
version just contains some #includes and a #define of SOL_ATALK, the
netatalk version contains a lot of #defines and struct definitions.

I think, we need a solution to that conflict. The simple way is to
move this file away in glibc, but I don't know if this possible
without breaking anything. Of course, netatalk could just #define
SOL_ATALK in its header file (or #include a new file in glibc that
contains this definition), but this would require any user of that
define to install netatalk. Another solution is to include
netatalk's version of the file in the glibc distribution, but that
would cause maintainance problems.

Any comments?

 - Sebastian




reply via email to

[Prev in Thread] Current Thread [Next in Thread]