From: Francisco Javier Tsao Santín Date: Sun, 10 Jul 2016 02:12:06 +0000 (+0200) Subject: spec file reflects the atomic hardlinking patch; removed cleaning buildroot (redundan... X-Git-Tag: v2.34-rc1~126^2~5^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d072ba7155358ac50531bda512442f514b37e37;p=thirdparty%2Futil-linux.git spec file reflects the atomic hardlinking patch; removed cleaning buildroot (redundant); update FSF address at .c source file --- 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