alpha and [gs]etresgid

Boris Badenov (sluskyb@lizards-lair.sas.upenn.edu)
Sun, 6 Jun 1999 22:22:13 -0400


I am by no means a kernel hacker, so I'm probably missing something...
but is there a good reason why nobody's done this before? My machine
seems to boot up fine with these changes in effect...

--- linux/arch/alpha/kernel/entry.S.noresgid Sun Jun 6 16:51:21 1999
+++ linux/arch/alpha/kernel/entry.S Sun Jun 6 16:51:59 1999
@@ -1143,3 +1143,5 @@
.quad sys_capget
.quad sys_capset
.quad sys_sendfile /* 370 */
+ .quad sys_setresgid
+ .quad sys_getresgid
--- linux/include/asm-alpha/unistd.h.noresgid Sun Jun 6 21:38:33 1999
+++ linux/include/asm-alpha/unistd.h Sun Jun 6 21:39:51 1999
@@ -308,6 +308,8 @@
#define __NR_capget 368
#define __NR_capset 369
#define __NR_sendfile 370
+#define __NR_setresgid 371
+#define __NR_getresgid 372

#if defined(__LIBRARY__) && defined(__GNUC__)

-- 
+-----------------------------------------------------Ben Slusky-+
| On two occasions I have been asked [by members of Parliament], |
| 'Pray, Mr. Babbage, if you put into the machine wrong figures, |
| will the right answers come out?' I am not able rightly to     |
| apprehend the kind of confusion of ideas that could provoke    |
| such a question.              - -Charles Babbage               |
+--------------------------------sluskyb@lizards-lair.stwing.org-+

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/