Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 138552 Details for
Bug 202180
Remove sys-apps/mtree from tree.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
implicit declaration patch
mtree-implicit-declar.patch (text/plain), 1.22 KB, created by
Thomas Anderson (tanderson) (RETIRED)
on 2007-12-15 17:20:27 UTC
(
hide
)
Description:
implicit declaration patch
Filename:
MIME Type:
Creator:
Thomas Anderson (tanderson) (RETIRED)
Created:
2007-12-15 17:20:27 UTC
Size:
1.22 KB
patch
obsolete
>diff -Naur bootstrap-pkgsrc-orig/mtree/configure.ac bootstrap-pkgsrc/mtree/configure.ac >--- bootstrap-pkgsrc-orig/mtree/configure.ac 2003-02-21 06:19:19.000000000 -0500 >+++ bootstrap-pkgsrc/mtree/configure.ac 2007-12-15 12:07:22.000000000 -0500 >@@ -24,7 +24,7 @@ > > dnl Checks for header files. > AC_HEADER_STDC >-AC_CHECK_HEADERS([assert.h dirent.h err.h errno.h fcntl.h fnmatch.h fts.h limits.h inttypes.h md5.h md5global.h machine/endian.h netdb.h pwd.h rmd160.h sha1.h signal.h termios.h utmp.h]) >+AC_CHECK_HEADERS([assert.h dirent.h err.h errno.h fcntl.h fnmatch.h fts.h limits.h inttypes.h md5.h md5global.h machine/endian.h netdb.h pwd.h rmd160.h sha1.h signal.h string.h termios.h utmp.h]) > AC_CHECK_HEADERS([sys/bitypes.h sys/byteorder.h sys/cdefs.h]) > AC_CHECK_HEADERS([sys/endian.h sys/file.h sys/mkdev.h sys/param.h sys/queue.h sys/stat.h sys/time.h sys/ttycom.h]) > >diff -Naur bootstrap-pkgsrc-orig/mtree/util.h bootstrap-pkgsrc/mtree/util.h >--- bootstrap-pkgsrc-orig/mtree/util.h 2002-12-02 12:03:24.000000000 -0500 >+++ bootstrap-pkgsrc/mtree/util.h 2007-12-15 12:08:01.000000000 -0500 >@@ -54,6 +54,10 @@ > #include <pwd.h> > #endif > >+#ifdef HAVE_STRING_H >+#include <string.h> >+#endif >+ > #ifdef HAVE_TERMIOS_H > #include <termios.h> > #endif
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 202180
: 138552