patch-2.4.23 linux-2.4.23/include/linux/sched.h
Next file: linux-2.4.23/include/linux/sctp.h
Previous file: linux-2.4.23/include/linux/rtnetlink.h
Back to the patch index
Back to the overall index
-  Lines: 16
-  Date:
2003-11-28 10:26:21.000000000 -0800
-  Orig file: 
linux-2.4.22/include/linux/sched.h
-  Orig date: 
2003-06-13 07:51:39.000000000 -0700
diff -urN linux-2.4.22/include/linux/sched.h linux-2.4.23/include/linux/sched.h
@@ -429,7 +429,6 @@
 #define PF_DUMPCORE	0x00000200	/* dumped core */
 #define PF_SIGNALED	0x00000400	/* killed by a signal */
 #define PF_MEMALLOC	0x00000800	/* Allocating memory */
-#define PF_MEMDIE	0x00001000	/* Killed for out-of-memory */
 #define PF_FREE_PAGES	0x00002000	/* per process page freeing */
 #define PF_NOIO		0x00004000	/* avoid generating further I/O */
 
@@ -575,6 +574,7 @@
 /* per-UID process charging. */
 extern struct user_struct * alloc_uid(uid_t);
 extern void free_uid(struct user_struct *);
+extern void switch_uid(struct user_struct *);
 
 #include <asm/current.h>
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)