#395 closed defect (fixed)
Patch for sh-utils needed in chapter 5 of cvs
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | highest | Milestone: | |
Component: | Book | Version: | CVS |
Severity: | normal | Keywords: | |
Cc: |
Description
Patch for sh-utils is needed in cvs version for chapter 5. Instuctions for sh-utils-2.0.patch.bz2 omitted fron cvs book and patch omitted from cvs download. This patch renames two variables as follows: -mktime_internal (struct tm *tp, +mktime_internal2 (struct tm *tp,
/* How many days come before each month (0-12). */
-const unsigned short int mon_yday[2][13] = +const unsigned short int mon_yday2[2][13] = This is to avoid a name clash with old glibc versions found with some distros.
Change History (5)
comment:1 by , 22 years ago
comment:2 by , 22 years ago
Priority: | normal → highest |
---|
Report on RH 7.3 confirms the problem to be valid still (in light of removing old distribution support). Let's re-add the patch.
comment:3 by , 22 years ago
Owner: | changed from | to
---|
comment:4 by , 22 years ago
Owner: | changed from | to
---|
Re-added sh-utils-2.0.patch to chapter 05. Closing this bug.
comment:5 by , 22 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Which distributions would that be?