From 4d072ba7155358ac50531bda512442f514b37e37 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Francisco=20Javier=20Tsao=20Sant=C3=ADn?= Date: Sun, 10 Jul 2016 04:12:06 +0200 Subject: [PATCH] spec file reflects the atomic hardlinking patch; removed cleaning buildroot (redundant); update FSF address at .c source file --- misc-utils/hardlink.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/misc-utils/hardlink.c b/misc-utils/hardlink.c index 3521cb3ea1..e661e5f0c3 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 -- 2.47.2