summaryrefslogtreecommitdiffstats
path: root/misc-utils
diff options
context:
space:
mode:
authorFrancisco Javier Tsao Santín2016-07-10 03:57:43 +0200
committerRuediger Meier2018-06-12 14:23:49 +0200
commitc11af66f0fce8ded25f92c8dde294afb2a64b735 (patch)
tree2a7d17290c512e6203f50f900f10a8e09b07e4a9 /misc-utils
parentMention -f option in the man page (diff)
downloadkernel-qcow2-util-linux-c11af66f0fce8ded25f92c8dde294afb2a64b735.tar.gz
kernel-qcow2-util-linux-c11af66f0fce8ded25f92c8dde294afb2a64b735.tar.xz
kernel-qcow2-util-linux-c11af66f0fce8ded25f92c8dde294afb2a64b735.zip
spec file reflects the atomic hardlinking patch; removed cleaning buildroot (redundant); current FSF address at .c source file
Diffstat (limited to 'misc-utils')
-rw-r--r--misc-utils/hardlink.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/misc-utils/hardlink.c b/misc-utils/hardlink.c
index a7c72492d..ef042deba 100644
--- a/misc-utils/hardlink.c
+++ b/misc-utils/hardlink.c
@@ -12,10 +12,9 @@
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 */