mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-10 02:10:01 +01:00
Separate loop handling from internal code.
git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@444 36d66b0a-2a48-0410-832c-cd162a569da5
This commit is contained in:
@@ -19,15 +19,14 @@
|
||||
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
#include <errno.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/stat.h>
|
||||
#include <linux/loop.h>
|
||||
|
||||
#include "internal.h"
|
||||
|
||||
#define LOOP_DEV_MAJOR 7
|
||||
#include "utils_loop.h"
|
||||
|
||||
char *crypt_loop_get_device(void)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user