linux_swap.c revision b5e694267142042228a6cac99ecad6c4b4ef8759
2880N/A#ifndef _GNU_SOURCE
2880N/A#ifdef HAVE_CONFIG_H
2880N/A#include "libvolume_id.h"
2880N/Astruct swap_header_v1_2 {
2880N/A sw = (struct swap_header_v1_2 *) volume_id_get_buffer(id, off, sizeof(struct swap_header_v1_2));
goto found;