[MPlayer-cvslog] CVS: main/loader ldt_keeper.c,1.18,1.19

Alex Beregszaszi syncmail at mplayerhq.hu
Sun Feb 12 15:14:14 CET 2006


CVS change done by Alex Beregszaszi

Update of /cvsroot/mplayer/main/loader
In directory mail:/var2/tmp/cvs-serv9655

Modified Files:
	ldt_keeper.c 
Log Message:
one more hint for openbsd

Index: ldt_keeper.c
===================================================================
RCS file: /cvsroot/mplayer/main/loader/ldt_keeper.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ldt_keeper.c	25 May 2005 08:48:31 -0000	1.18
+++ ldt_keeper.c	12 Feb 2006 14:14:12 -0000	1.19
@@ -244,6 +244,9 @@
             perror("install_fs");
 	    printf("Couldn't install fs segment, expect segfault\n");
             printf("Did you reconfigure the kernel with \"options USER_LDT\"?\n");
+#ifdef __OpenBSD__
+	    printf("On newer OpenBSD systems did you set machdep.userldt to 1?\n");
+#endif
         }
     }
 #endif  /* __NetBSD__ || __FreeBSD__ || __OpenBSD__ || __DragonFly__ */




More information about the MPlayer-cvslog mailing list