Summary: | strlcat.c & strlcpy.c missing in xserver/xorg/os | ||
---|---|---|---|
Product: | xorg | Reporter: | David Gómez <davidge> |
Component: | Build/Modular | Assignee: | Xorg Project Team <xorg-team> |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | high | ||
Version: | git | ||
Hardware: | x86 (IA32) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Bug Depends on: | |||
Bug Blocks: | 1690 |
Description
David Gómez
2005-12-02 09:49:06 UTC
I solved it removing them (it seems that strlcat is not used in os/). Anyway please check that it's the rigth fix. Index: Makefile.am =================================================================== RCS file: /cvs/xorg/xserver/xorg/os/Makefile.am,v retrieving revision 1.5 diff -r1.5 Makefile.am 22,25d21 < if NEED_STRLCAT < STRLCAT_SOURCES = strlcat.c strlcpy.c < endif < strlcat.c is there in CVS/symlink.sh, but because the tarballs are built on a platform that has it, they aren't getting bundled. I've checked in a fix to the CVS tree which should ensure these files are included in the next snapshot/RC. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.