Bug 206158
| Summary: | UTS_RELEASE define missing in include/linux/version.h | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 5 | Reporter: | Aleksandar Milivojevic <alex> |
| Component: | kernel | Assignee: | Don Zickus <dzickus> |
| Status: | CLOSED NOTABUG | QA Contact: | Brian Brock <bbrock> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 5.0 | CC: | lwang |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2006-09-21 02:21:01 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Aleksandar Milivojevic
2006-09-12 15:28:24 UTC
UTS_RELEASE has moved to linux/utsrelease.h The issue might be worked around by adding the following line to the beginning of the header file /usr/src/kernels/<version-rel-arch>/include/linux/version.h: #include <linux/utsrelease.h> Further to comment #2: can be used with Fedora Core 5: kernel-2.6.18-1.2200.fc5, kernel-2.6.18-1.2239.fc5 |