patch-2.4.6 linux/include/asm-mips/resource.h
Next file: linux/include/asm-mips/riscos-syscall.h
Previous file: linux/include/asm-mips/ptrace.h
Back to the patch index
Back to the overall index
-  Lines: 29
-  Date:
Mon Jul  2 13:56:40 2001
-  Orig file: 
v2.4.5/linux/include/asm-mips/resource.h
-  Orig date: 
Fri Sep 22 14:21:20 2000
diff -u --recursive --new-file v2.4.5/linux/include/asm-mips/resource.h linux/include/asm-mips/resource.h
@@ -1,10 +1,9 @@
-/* $Id: resource.h,v 1.4 2000/01/27 23:45:30 ralf Exp $
- *
+/*
  * This file is subject to the terms and conditions of the GNU General Public
  * License.  See the file "COPYING" in the main directory of this archive
  * for more details.
  *
- * Copyright (C) 1995, 1996, 1998 by Ralf Baechle
+ * Copyright (C) 1995, 96, 98, 2000 by Ralf Baechle
  */
 #ifndef _ASM_RESOURCE_H
 #define _ASM_RESOURCE_H
@@ -26,13 +25,13 @@
 
 #define RLIM_NLIMITS 11			/* 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					\
 {							\
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)