summaryrefslogtreecommitdiff
path: root/proc_proxy/test.c
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2012-04-08 23:09:39 +0000
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2012-04-08 23:09:39 +0000
commit5499792c357777dcfc5ee461fa64baaba1d2dde5 (patch)
tree15363c44fe541b3adcd720edf39696e9230d7feb /proc_proxy/test.c
parente5fca9a10c2622b85cc77e776ea56c8dbb9847e6 (diff)
parentc6db537edac054a03847b1b99f78c00703f48d6b (diff)
Merge branch 'dde' of git.debian.org:/git/pkg-hurd/hurd into dde
Diffstat (limited to 'proc_proxy/test.c')
-rw-r--r--proc_proxy/test.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/proc_proxy/test.c b/proc_proxy/test.c
deleted file mode 100644
index fa3591c0..00000000
--- a/proc_proxy/test.c
+++ /dev/null
@@ -1,7 +0,0 @@
-#include <stdio.h>
-
-int main (int argc, char *argv[])
-{
- printf ("hello world: %s\n", argv[1]);
- return 0;
-}