All of lore.kernel.org
 help / color / mirror / Atom feed
* dmraid/lib/format/ataraid asr.c
@ 2010-07-13 20:18 zkabelac
  0 siblings, 0 replies; only message in thread
From: zkabelac @ 2010-07-13 20:18 UTC (permalink / raw)
  To: dm-cvs, dm-devel

CVSROOT:	/cvs/dm
Module name:	dmraid
Changes by:	zkabelac@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));

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-07-13 20:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-13 20:18 dmraid/lib/format/ataraid asr.c zkabelac

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.