patch-2.4.0-test10 linux/include/linux/sched.h

Next file: linux/include/linux/sockios.h
Previous file: linux/include/linux/pci_ids.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test9/linux/include/linux/sched.h linux/include/linux/sched.h
@@ -254,7 +254,7 @@
 
 	/* Hash table maintenance information */
 	struct user_struct *next, **pprev;
-	unsigned int uid;
+	uid_t uid;
 };
 
 #define get_current_user() ({ 				\
@@ -410,6 +410,7 @@
 #define PT_PTRACED	0x00000001
 #define PT_TRACESYS	0x00000002
 #define PT_DTRACE	0x00000004	/* delayed trace (used on m68k, i386) */
+#define PT_TRACESYSGOOD	0x00000008
 
 /*
  * Limit the stack by to some sane default: root can always

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)