[dm-devel] dmraid/lib/format/ataraid asr.c

zkabelac at sourceware.org zkabelac at sourceware.org
Tue Jul 13 20:18:19 UTC 2010


CVSROOT:	/cvs/dm
Module name:	dmraid
Changes by:	zkabelac at sourceware.org	2010-07-13 20:18:19

Modified files:
	lib/format/ataraid: asr.c 

Log message:
	Add void to definition of create_drivemagic()

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/dmraid/lib/format/ataraid/asr.c.diff?cvsroot=dm&r1=1.7&r2=1.8

--- dmraid/lib/format/ataraid/asr.c	2010/03/18 16:53:17	1.7
+++ dmraid/lib/format/ataraid/asr.c	2010/07/13 20:18:19	1.8
@@ -763,7 +763,7 @@
 
 /* Creates a random integer for a drive magic section */
 static uint32_t
-create_drivemagic()
+create_drivemagic(void)
 {
 
 	srand(time(NULL));




More information about the dm-devel mailing list