Module Name:    src
Committed By:   he
Date:           Thu Mar 22 08:56:52 UTC 2012

Modified Files:
        src/dist/pdisk: dump.c

Log Message:
Add a void to make function declaration c89.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/dist/pdisk/dump.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/dist/pdisk/dump.c
diff -u src/dist/pdisk/dump.c:1.10 src/dist/pdisk/dump.c:1.11
--- src/dist/pdisk/dump.c:1.10	Sun May 10 22:03:22 2009
+++ src/dist/pdisk/dump.c	Thu Mar 22 08:56:52 2012
@@ -390,7 +390,7 @@ dump_partition_entry(partition_map *entr
 
 
 void
-list_all_disks()
+list_all_disks(void)
 {
     MEDIA_ITERATOR iter;
     MEDIA m;

Reply via email to