summaryrefslogtreecommitdiffstats
path: root/misc-utils
diff options
context:
space:
mode:
authorFrancisco Javier Tsao Santín2016-07-10 04:12:06 +0200
committerRuediger Meier2018-06-12 14:23:55 +0200
commit4d072ba7155358ac50531bda512442f514b37e37 (patch)
tree994ca5bec85f2e49f15d3de7dd8d660fa8c22850 /misc-utils
parentRevert "spec file reflects the atomic hardlinking patch; removed cleaning bui... (diff)
downloadkernel-qcow2-util-linux-4d072ba7155358ac50531bda512442f514b37e37.tar.gz
kernel-qcow2-util-linux-4d072ba7155358ac50531bda512442f514b37e37.tar.xz
kernel-qcow2-util-linux-4d072ba7155358ac50531bda512442f514b37e37.zip
spec file reflects the atomic hardlinking patch; removed cleaning buildroot (redundant); update FSF address at .c source file
Diffstat (limited to 'misc-utils')
-rw-r--r--misc-utils/hardlink.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/misc-utils/hardlink.c b/misc-utils/hardlink.c
index 3521cb3ea..e661e5f0c 100644
--- a/misc-utils/hardlink.c
+++ b/misc-utils/hardlink.c
@@ -12,13 +12,13 @@
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
- You should have received a copy of the GNU General Public
- License along with this program; see the file COPYING. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA. */
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software Foundation,
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */
/* Changes by Rémy Card to use constants and add option -n. */
/* Changes by Jindrich Novy to add option -h, -f, replace mmap(2), fix overflows */
+/* Changes by Travers Carter to make atomic hardlinking */
#define _GNU_SOURCE
#include <sys/types.h>