diff options
| author | forsyth <forsyth@vitanuova.com> | 2009-07-25 13:00:30 +0100 |
|---|---|---|
| committer | forsyth <forsyth@vitanuova.com> | 2009-07-25 13:00:30 +0100 |
| commit | 86aea0c651fe177c1ced16d70b00c11396b99b51 (patch) | |
| tree | 7cf5d8929451f8ac14f16f96be44cebf6f85e89e /emu/Linux | |
| parent | ce09ec42462061e191a847d30b329fe7db07c1ee (diff) | |
20090725-1300
Diffstat (limited to 'emu/Linux')
| -rw-r--r-- | emu/Linux/emu | 3 | ||||
| -rw-r--r-- | emu/Linux/emu-g | 6 | ||||
| -rw-r--r-- | emu/Linux/emu-wrt | 4 |
3 files changed, 7 insertions, 6 deletions
diff --git a/emu/Linux/emu b/emu/Linux/emu index 0e7c17f9..b35aad47 100644 --- a/emu/Linux/emu +++ b/emu/Linux/emu @@ -56,6 +56,8 @@ port cache chan dev + devtab + dial dis discall @@ -85,6 +87,7 @@ root /dev / /fd / /prog / + /prof / /net / /net.alt / /chan / diff --git a/emu/Linux/emu-g b/emu/Linux/emu-g index 3884cb1d..2cffb16e 100644 --- a/emu/Linux/emu-g +++ b/emu/Linux/emu-g @@ -1,6 +1,3 @@ -env - X11LIBS= - dev root cons @@ -45,6 +42,8 @@ port cache chan dev + devtab + dial dis discall @@ -76,6 +75,7 @@ root /dev / /fd / /prog / + /prof / /net / /net.alt / /chan / diff --git a/emu/Linux/emu-wrt b/emu/Linux/emu-wrt index be6c23d2..b53714bb 100644 --- a/emu/Linux/emu-wrt +++ b/emu/Linux/emu-wrt @@ -1,6 +1,3 @@ -env - X11LIBS= - dev root cons @@ -90,6 +87,7 @@ root /dev / /fd / /prog / + /prof / /net / /net.alt / /chan / |
