Update of /mint/freemint/sys/mint
In directory mail.sparemint.org:/tmp/cvs-serv20537/mint
Modified Files:
config.h
Log Message:
- don't undef OLDTOSFS (used now experimentally)
- make NO_DEV_RANDOM configurable
Index: freemint/sys/mint/config.h
diff -u freemint/sys/mint/config.h:1.14 freemint/sys/mint/config.h:1.15
--- freemint/sys/mint/config.h:1.14 Mon Dec 31 09:18:32 2012
+++ freemint/sys/mint/config.h Sat Oct 12 05:51:33 2013
@@ -1,5 +1,5 @@
/*
- * $Id: config.h,v 1.14 2012/12/31 14:18:32 alanh Exp $
+ * $Id: config.h,v 1.15 2013/10/12 09:51:33 hek Exp $
*
* This file belongs to FreeMiNT. It's not in the original MiNT 1.12
* distribution. See the file CHANGES for a detailed log of changes.
@@ -44,7 +44,7 @@
/*
* use GEMDOS FS instead of real FAT XFS
*/
-# undef OLDTOSFS
+//# undef OLDTOSFS
/*
* include old style socket device emulation
@@ -66,7 +66,12 @@
/*
* add /dev/random and /dev/urandom
*/
+
+#ifdef NO_DEV_RANDOM
+# undef DEV_RANDOM
+#else
# define DEV_RANDOM
+#endif
/*
* MAXPID is the maxium PID MiNT will generate
_______________________________________________
cz-bobek-lists-mint-cvs mailing list
mint-cvs@lists.bobek.cz
https://lists.bobek.cz/mailman/listinfo/cz-bobek-lists-mint-cvs