patch-2.4.2 linux/drivers/char/random.c
Next file: linux/drivers/char/rio/rio.h
Previous file: linux/drivers/char/qpmouse.c
Back to the patch index
Back to the overall index
-  Lines: 18
-  Date:
Fri Feb 16 16:02:36 2001
-  Orig file: 
v2.4.1/linux/drivers/char/random.c
-  Orig date: 
Sun Nov 12 21:55:50 2000
diff -u --recursive --new-file v2.4.1/linux/drivers/char/random.c linux/drivers/char/random.c
@@ -20,7 +20,7 @@
  *    written permission.
  * 
  * ALTERNATIVELY, this product may be distributed under the terms of
- * the GNU Public License, in which case the provisions of the GPL are
+ * the GNU General Public License, in which case the provisions of the GPL are
  * required INSTEAD OF the above restrictions.  (This clause is
  * necessary due to a potential bad interaction between the GPL and
  * the restrictions contained in a BSD-style copyright.)
@@ -240,7 +240,7 @@
 #include <linux/major.h>
 #include <linux/string.h>
 #include <linux/fcntl.h>
-#include <linux/malloc.h>
+#include <linux/slab.h>
 #include <linux/random.h>
 #include <linux/poll.h>
 #include <linux/init.h>
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)