File util-linux-libmount-btrfs-cleanup-2.patch of Package util-linux.2662
From 7ccc2989ddfba346baa010531e9d05d1edbe50fc Mon Sep 17 00:00:00 2001
From: Karel Zak <kzak@redhat.com>
Date: Tue, 26 Jan 2016 15:57:24 +0100
Subject: [PATCH 2/2] libmount: cleanup btrfs.c header
Signed-off-by: Karel Zak <kzak@redhat.com>
---
libmount/src/btrfs.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Index: util-linux-2.25/libmount/src/btrfs.c
===================================================================
--- util-linux-2.25.orig/libmount/src/btrfs.c
+++ util-linux-2.25/libmount/src/btrfs.c
@@ -1,12 +1,12 @@
/*
- * Copyright (C) 1999 Andrea Arcangeli <andrea@suse.de>
* Copyright (C) 2016 David Sterba <dsterba@suse.cz>
* Copyright (C) 2016 Stanislav Brabec <sbrabec@suse.cz>
*
+ * Based on kernel ctree.h, rbtree.h and btrfs-progs.
+ *
* This file may be redistributed under the terms of the
* GNU Lesser General Public License.
*/
-
#include <dirent.h>
#include <sys/ioctl.h>
#include <libio.h>