summaryrefslogtreecommitdiffstats
path: root/misc-utils
diff options
context:
space:
mode:
authorJindrich Novy2005-11-14 09:31:25 +0100
committerRuediger Meier2018-06-12 14:23:31 +0200
commitb4ece7768f292758e99de782ba248d3b0a9751d7 (patch)
treed503dfbbba2f7994ca9e5251dcac9d84b66fe98d /misc-utils
parentadd -h option (diff)
downloadkernel-qcow2-util-linux-b4ece7768f292758e99de782ba248d3b0a9751d7.tar.gz
kernel-qcow2-util-linux-b4ece7768f292758e99de782ba248d3b0a9751d7.tar.xz
kernel-qcow2-util-linux-b4ece7768f292758e99de782ba248d3b0a9751d7.zip
mostly spec cleanup
Diffstat (limited to 'misc-utils')
-rw-r--r--misc-utils/hardlink.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc-utils/hardlink.c b/misc-utils/hardlink.c
index fd511c894..4625f1ea3 100644
--- a/misc-utils/hardlink.c
+++ b/misc-utils/hardlink.c
@@ -17,7 +17,8 @@
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
-/* Changes by Rémy Card to use constants and add option -n. */
+/* Changes by Rémy Card to use constants and add option -n. */
+/* Changes by Jindrich Novy to add option -h. */
#define _GNU_SOURCE
#include <sys/types.h>