summaryrefslogtreecommitdiff
path: root/module/attach-me.sh
diff options
context:
space:
mode:
authornorly <ny-git@enpas.org>2019-01-23 02:54:41 +0100
committernorly <ny-git@enpas.org>2019-01-23 15:53:00 +0100
commit54b669c7ee4b74b3625acb4e9d8d0cd3d4e10d5a (patch)
treecce438eea9f5e4797db12e75bdfe234ca6290158 /module/attach-me.sh
parentf5e5130a925e13b0bec9a53290a6245d3f33c71b (diff)
Bump N_ELMCAN to avoid conflicts with future in-tree line disciplines.
We can't go higher than 29 because of NR_LDISCS == 30 in Linux 5.0. We can't go lower than 28 because of N_NULL == 27 in Linux 5.0.
Diffstat (limited to 'module/attach-me.sh')
-rwxr-xr-xmodule/attach-me.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/attach-me.sh b/module/attach-me.sh
index d0c130c..2d8a24c 100755
--- a/module/attach-me.sh
+++ b/module/attach-me.sh
@@ -1,3 +1,3 @@
#!/bin/bash
-sudo ldattach --debug --speed 38400 --eightbits --noparity --onestopbit --iflag -ICRNL,INLCR,-IXOFF 26 $@
+sudo ldattach --debug --speed 38400 --eightbits --noparity --onestopbit --iflag -ICRNL,INLCR,-IXOFF 29 $@