summaryrefslogtreecommitdiff
path: root/ipc/msgque.c
diff options
context:
space:
mode:
Diffstat (limited to 'ipc/msgque.c')
-rw-r--r--ipc/msgque.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/ipc/msgque.c b/ipc/msgque.c
index 552f081..aa290c0 100644
--- a/ipc/msgque.c
+++ b/ipc/msgque.c
@@ -193,11 +193,6 @@ int main(int argc, char **argv)
int msg, pid, err;
struct msgque_data msgque;
- if (getuid() != 0) {
- printf("Please run the test as root - Exiting.\n");
- exit(1);
- }
-
msgque.key = ftok(argv[0], 822155650);
if (msgque.key == -1) {
printf("Can't make key\n");