Blame libmultipath/defaults.c

Packit Service 0af388
/*
Packit Service 0af388
 * Copyright (c) 2005 Christophe Varoqui
Packit Service 0af388
 */
Packit Service 0af388
#include <string.h>
Packit Service 0af388
Packit Service 0af388
#include "defaults.h"
Packit Service 0af388
#include "memory.h"
Packit Service 0af388
Packit Service 0af388
const char * const default_partition_delim = DEFAULT_PARTITION_DELIM;