From c420d8118c406f71b26173e6e9f7d81831151f8c Mon Sep 17 00:00:00 2001 From: Elliot Lee Date: Thu, 23 Dec 2004 20:29:25 +0000 Subject: [PATCH] oops --- util-linux-2.12p-swaponsymlink-57300.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util-linux-2.12p-swaponsymlink-57300.patch b/util-linux-2.12p-swaponsymlink-57300.patch index f527218..b1dc704 100644 --- a/util-linux-2.12p-swaponsymlink-57300.patch +++ b/util-linux-2.12p-swaponsymlink-57300.patch @@ -15,7 +15,7 @@ + || (!stat (swapFiles[i], &swapped) + && !stat (fname, &swapping) + && (swapped.st_dev == swapping.st_dev -+ && swapped.st_ino == swapping.st_ino))) ++ && swapped.st_ino == swapping.st_ino)) + ) return 1; + }