summaryrefslogtreecommitdiffstats
path: root/sys-utils/Makemodule.am
diff options
context:
space:
mode:
authorSami Kerola2017-07-29 17:35:30 +0200
committerKarel Zak2017-07-31 13:48:04 +0200
commitd52eb4bd9062081c8420b22c029c694f29d036c7 (patch)
treefe045b3d7507e12c025f3bab59844bf1b4619139 /sys-utils/Makemodule.am
parentfstab(5): mention how tabs are escaped (diff)
downloadkernel-qcow2-util-linux-d52eb4bd9062081c8420b22c029c694f29d036c7.tar.gz
kernel-qcow2-util-linux-d52eb4bd9062081c8420b22c029c694f29d036c7.tar.xz
kernel-qcow2-util-linux-d52eb4bd9062081c8420b22c029c694f29d036c7.zip
tunelp: use linux header
Remove use of LPTRUSTIRQ in same go. The LPTRUSTIRQ provided --trust-irq option, but it has not worked in nearly 20 years. Reference: http://repo.or.cz/davej-history.git/blobdiff/1f58336fe0515bc929e4de227eb44b12a4a18998..ac5579c68db87bc21630676c167ee8224267f32c:/include/linux/lp.h Reference: http://repo.or.cz/davej-history.git/blobdiff/1f58336fe0515bc929e4de227eb44b12a4a18998..ac5579c68db87bc21630676c167ee8224267f32c:/drivers/char/lp.c Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Diffstat (limited to 'sys-utils/Makemodule.am')
-rw-r--r--sys-utils/Makemodule.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-utils/Makemodule.am b/sys-utils/Makemodule.am
index 754f1f44d..66b540874 100644
--- a/sys-utils/Makemodule.am
+++ b/sys-utils/Makemodule.am
@@ -74,7 +74,7 @@ endif
if BUILD_TUNELP
usrsbin_exec_PROGRAMS += tunelp
dist_man_MANS += sys-utils/tunelp.8
-tunelp_SOURCES = sys-utils/tunelp.c sys-utils/lp.h
+tunelp_SOURCES = sys-utils/tunelp.c
tunelp_LDADD = $(LDADD) libcommon.la
endif