summaryrefslogtreecommitdiff
path: root/elksemu
diff options
context:
space:
mode:
authorRobert de Bath <rdebath@poboxes.com>2002-07-22 23:35:31 +0200
committerLubomir Rintel <lkundrak@v3.sk>2013-10-23 23:48:47 +0200
commit673f690a37f6673a3262e933709c79de8a66f48c (patch)
tree3acd007863bf23ce8549f9edb5e51d23a3bc6078 /elksemu
parent352e3b3230dfc6746be6d53325ffe1e33efc5289 (diff)
downloaddev86-673f690a37f6673a3262e933709c79de8a66f48c.tar.gz
Import Dev86src-0.16.4.tar.gzv0.16.4
Diffstat (limited to 'elksemu')
-rw-r--r--elksemu/elks_sys.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/elksemu/elks_sys.c b/elksemu/elks_sys.c
index 75ee3da..a886e99 100644
--- a/elksemu/elks_sys.c
+++ b/elksemu/elks_sys.c
@@ -404,7 +404,7 @@ static int elks_getgid(int bx,int cx,int dx,int di,int si)
*
* For now we run elksemu ourselves and do token attempts at binary checking.
*
- * Of course with the Patch in the Linux kernel we could just run the exe.
+ * Of course if the kernel misc module is confiured we could just run the exe.
*/
#define sys_execve elks_execve
static int elks_execve(int bx,int cx,int dx,int di,int si)