Re: [PATCH correction] Re: 2.4.0test - uid_hash_find()

2000-10-08 Thread Guest section DW
On Mon, Oct 09, 2000 at 01:45:46AM -0200, Dan Aloni wrote: > > I noticed I forgot a ; somewhere there. Here's the right patch: > > --- linux-2.4.0-test9/kernel/user.c Mon Oct 9 01:37:35 2000 > +++ linux.vanilla/kernel/user.c Sun Oct 8 22:33:55 2000 > @@ -51,22 +51,18 @@ >

[PATCH correction] Re: 2.4.0test - uid_hash_find()

2000-10-08 Thread Dan Aloni
I noticed I forgot a ; somewhere there. Here's the right patch: --- linux-2.4.0-test9/kernel/user.c Mon Oct 9 01:37:35 2000 +++ linux.vanilla/kernel/user.c Sun Oct 8 22:33:55 2000 @@ -51,22 +51,18 @@ *up->pprev = up->next; } -static inline struct user_struct

[PATCH correction] Re: 2.4.0test - uid_hash_find()

2000-10-08 Thread Dan Aloni
I noticed I forgot a ; somewhere there. Here's the right patch: --- linux-2.4.0-test9/kernel/user.c Mon Oct 9 01:37:35 2000 +++ linux.vanilla/kernel/user.c Sun Oct 8 22:33:55 2000 @@ -51,22 +51,18 @@ *up-pprev = up-next; } -static inline struct user_struct *uid_hash_find(uid_t

Re: [PATCH correction] Re: 2.4.0test - uid_hash_find()

2000-10-08 Thread Guest section DW
On Mon, Oct 09, 2000 at 01:45:46AM -0200, Dan Aloni wrote: I noticed I forgot a ; somewhere there. Here's the right patch: --- linux-2.4.0-test9/kernel/user.c Mon Oct 9 01:37:35 2000 +++ linux.vanilla/kernel/user.c Sun Oct 8 22:33:55 2000 @@ -51,22 +51,18 @@ *up-pprev =