Linux MIPS Architecture development
 help / color / mirror / Atom feed
* resources.h patch / RLIM_INFINITY __KERNEL__ depend ?
@ 2000-03-30 12:27 Florian Lohoff
  2000-03-30 16:47 ` Ralf Baechle
  0 siblings, 1 reply; 4+ messages in thread
From: Florian Lohoff @ 2000-03-30 12:27 UTC (permalink / raw)
  To: linux


Hi,
again - short patch - RLIM_INFINITY - This is also defined in
both glibc 2.0 and glibc 2.1 headers so it should be __KERNEL__
dependend - Shouldnt it ?


Index: resource.h
===================================================================
RCS file: /cvs/linux/include/asm-mips/resource.h,v
retrieving revision 1.5
diff -u -r1.5 resource.h
--- resource.h	2000/02/04 07:40:53	1.5
+++ resource.h	2000/03/30 12:19:42
@@ -25,13 +25,13 @@
 
 #define RLIM_NLIMITS 10			/* Number of limit flavors.  */
 
+#ifdef __KERNEL__
+
 /*
  * SuS says limits have to be unsigned.
  * Which makes a ton more sense anyway.
  */
 #define RLIM_INFINITY	0x7fffffffUL
-
-#ifdef __KERNEL__
 
 #define INIT_RLIMITS					\
 {							\



Flo
-- 
Florian Lohoff		flo@rfc822.org		      	+49-5241-470566
"Technology is a constant battle between manufacturers producing bigger and
more idiot-proof systems and nature producing bigger and better idiots."

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2000-03-31 15:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-03-30 12:27 resources.h patch / RLIM_INFINITY __KERNEL__ depend ? Florian Lohoff
2000-03-30 16:47 ` Ralf Baechle
2000-03-31  8:29   ` Florian Lohoff
2000-03-31 11:46     ` Ralf Baechle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox