chiark / gitweb /
readahead: Add tool to analyze the contents of the pack file. v3.
[elogind.git] / src / readahead / readahead-collect.c
index 1d56b11065b851b4c90e27cb459d8b64eaa3a6d7..c4bcd4e16250e433d6cbbc0960b0b32b7fba4a8a 100644 (file)
@@ -493,7 +493,7 @@ done:
                 goto finish;
         }
 
-        fputs(CANONICAL_HOST ";VERSION=2\n", pack);
+        fputs(CANONICAL_HOST READAHEAD_PACK_FILE_VERSION, pack);
         putc(on_ssd ? 'S' : 'R', pack);
 
         if (on_ssd || on_btrfs) {