vserver 1.9.3
[linux-2.6.git] / arch / um / sys-i386 / ldt.c
index 33e3021..ba77cca 100644 (file)
@@ -13,6 +13,8 @@
 #ifdef CONFIG_MODE_TT
 extern int modify_ldt(int func, void *ptr, unsigned long bytecount);
 
+/* XXX this needs copy_to_user and copy_from_user */
+
 int sys_modify_ldt_tt(int func, void *ptr, unsigned long bytecount)
 {
        if(verify_area(VERIFY_READ, ptr, bytecount)) return(-EFAULT);