Bug 103981 - boot.c does't find PAGE_SIZE
Summary: boot.c does't find PAGE_SIZE
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Enterprise Linux 3
Classification: Red Hat
Component: lilo
Version: 3.0
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jeremy Katz
QA Contact: Brock Organ
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2003-09-08 19:28 UTC by Pasi Pirhonen
Modified: 2007-11-30 22:06 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2003-09-08 19:45:21 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Pasi Pirhonen 2003-09-08 19:28:55 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030830
Debian/1.4-3.he-1

Description of problem:
lilo-21.4.4-22 isn't compiling. Needs something like 

[root@dual SOURCES]# cat lilo-21.4.4-boot2.patch 
--- lilo-21.4.4/boot.c.orig     2000-03-26 20:28:25.000000000 +0300
+++ lilo-21.4.4/boot.c  2003-09-08 22:15:46.000000000 +0300
@@ -12,6 +12,8 @@
 #include <a.out.h>
 #include <sys/stat.h>
 
+#include <asm/page.h>
+
 #include "config.h"
 #include "common.h"
 #include "lilo.h"



Version-Release number of selected component (if applicable):
lilo-21.4.4-22

How reproducible:
Always

Steps to Reproduce:
1.try to recompile it
    

Actual Results:  failing to recompile


Additional info:

Comment 1 Jeremy Katz 2003-09-08 19:45:21 UTC
Fixed in 23.1


Note You need to log in before you can comment on or make changes to this bug.