This is the mail archive of the libc-alpha@sourceware.cygnus.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Problem report in resource.h


>>>>> Kaoru Fukui writes:

>> >>>>> Kaoru Fukui writes:
>> 
>> > I have a problem in 
>> > ../sysdeps/unix/sysv/linux/bits/resource.h:36: parse error before `0'
>> 
>> The
>> #include <asm/resource.h>
>> 
>> looks wrong.  Can you remove it and check if it works?
>> 
>> Andreas

Kaoru> Thanks,Andreas

What does this mean?  Does the removal fix your problems?  In that
case I propose the appended patch.

Andreas

1999-12-19  Andreas Jaeger  <aj@suse.de>

	* sysdeps/unix/sysv/linux/bits/resource.h: Remove inclusion of
	kernel headers, it's not needed anymore.

============================================================
Index: sysdeps/unix/sysv/linux/bits/resource.h
--- sysdeps/unix/sysv/linux/bits/resource.h	1999/12/19 00:02:29	1.10
+++ sysdeps/unix/sysv/linux/bits/resource.h	1999/12/19 18:55:02
@@ -21,7 +21,6 @@
 # error "Never use <bits/resource.h> directly; include <sys/resource.h> instead."
 #endif
 
-#include <asm/resource.h>
 #include <bits/types.h>
 
 /* Transmute defines to enumerations.  The macro re-definitions are


-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.rhein-neckar.de

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]