CVSROOT: /cvs/dm Module name: dmraid Changes by: zkabelac@xxxxxxxxxxxxxx 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)); -- dm-devel mailing list dm-devel@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/dm-devel