From c95ac4ca4588272b8b2ebe1e8edac629292f57a3 Mon Sep 17 00:00:00 2001 From: Stathis Kamperis Date: Tue, 23 Oct 2007 14:49:06 +0300 Subject: [PATCH] Source files aren't supposed to be executables --- TODO | 0 fileops/listdir.c | 0 fileops/listdir_recursive.c | 0 genstructs/slinkedlist.c | 0 genstructs/tailq.c | 0 ipc/fork.c | 0 ipc/fork_execlp.c | 0 ipc/fork_mult.c | 0 kqueue/kqclient.c | 0 kqueue/kqdir.c | 0 kqueue/kqtimer.c | 0 pthreads/matrixmul.c | 0 pthreads/pthread_create.c | 0 pthreads/pthread_join.c | 0 pthreads/pthread_mutex.c | 0 pthreads/pthread_semaphore.c | 0 pthreads/sleepbarber.c | 0 17 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 TODO mode change 100755 => 100644 fileops/listdir.c mode change 100755 => 100644 fileops/listdir_recursive.c mode change 100755 => 100644 genstructs/slinkedlist.c mode change 100755 => 100644 genstructs/tailq.c mode change 100755 => 100644 ipc/fork.c mode change 100755 => 100644 ipc/fork_execlp.c mode change 100755 => 100644 ipc/fork_mult.c mode change 100755 => 100644 kqueue/kqclient.c mode change 100755 => 100644 kqueue/kqdir.c mode change 100755 => 100644 kqueue/kqtimer.c mode change 100755 => 100644 pthreads/matrixmul.c mode change 100755 => 100644 pthreads/pthread_create.c mode change 100755 => 100644 pthreads/pthread_join.c mode change 100755 => 100644 pthreads/pthread_mutex.c mode change 100755 => 100644 pthreads/pthread_semaphore.c mode change 100755 => 100644 pthreads/sleepbarber.c diff --git a/TODO b/TODO old mode 100755 new mode 100644 diff --git a/fileops/listdir.c b/fileops/listdir.c old mode 100755 new mode 100644 diff --git a/fileops/listdir_recursive.c b/fileops/listdir_recursive.c old mode 100755 new mode 100644 diff --git a/genstructs/slinkedlist.c b/genstructs/slinkedlist.c old mode 100755 new mode 100644 diff --git a/genstructs/tailq.c b/genstructs/tailq.c old mode 100755 new mode 100644 diff --git a/ipc/fork.c b/ipc/fork.c old mode 100755 new mode 100644 diff --git a/ipc/fork_execlp.c b/ipc/fork_execlp.c old mode 100755 new mode 100644 diff --git a/ipc/fork_mult.c b/ipc/fork_mult.c old mode 100755 new mode 100644 diff --git a/kqueue/kqclient.c b/kqueue/kqclient.c old mode 100755 new mode 100644 diff --git a/kqueue/kqdir.c b/kqueue/kqdir.c old mode 100755 new mode 100644 diff --git a/kqueue/kqtimer.c b/kqueue/kqtimer.c old mode 100755 new mode 100644 diff --git a/pthreads/matrixmul.c b/pthreads/matrixmul.c old mode 100755 new mode 100644 diff --git a/pthreads/pthread_create.c b/pthreads/pthread_create.c old mode 100755 new mode 100644 diff --git a/pthreads/pthread_join.c b/pthreads/pthread_join.c old mode 100755 new mode 100644 diff --git a/pthreads/pthread_mutex.c b/pthreads/pthread_mutex.c old mode 100755 new mode 100644 diff --git a/pthreads/pthread_semaphore.c b/pthreads/pthread_semaphore.c old mode 100755 new mode 100644 diff --git a/pthreads/sleepbarber.c b/pthreads/sleepbarber.c old mode 100755 new mode 100644 -- 2.11.4.GIT