diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2019-09-02 05:23:45 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2019-09-02 05:23:45 +0200 |
commit | 576b6208d6defe240bfa2477d6dd19f1ed83bfaf (patch) | |
tree | 7d54883f16cccc4cbd414398d7fec3c437b36b49 /net-dialup/mingetty/files/mingetty-ds-x509.patch | |
parent | fdd6b67a78a966f6a2131de8fe0e539316511083 (diff) | |
download | darklin4-576b6208d6defe240bfa2477d6dd19f1ed83bfaf.tar.gz darklin4-576b6208d6defe240bfa2477d6dd19f1ed83bfaf.tar.bz2 darklin4-576b6208d6defe240bfa2477d6dd19f1ed83bfaf.tar.xz darklin4-576b6208d6defe240bfa2477d6dd19f1ed83bfaf.zip |
Cleaned most of outdated stuff
Diffstat (limited to 'net-dialup/mingetty/files/mingetty-ds-x509.patch')
-rw-r--r-- | net-dialup/mingetty/files/mingetty-ds-x509.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/net-dialup/mingetty/files/mingetty-ds-x509.patch b/net-dialup/mingetty/files/mingetty-ds-x509.patch deleted file mode 100644 index ae27fd6..0000000 --- a/net-dialup/mingetty/files/mingetty-ds-x509.patch +++ /dev/null @@ -1,22 +0,0 @@ -diff -dPNur mingetty-1.07/mingetty.c mingetty-1.07-new/mingetty.c ---- mingetty-1.07/mingetty.c 2004-01-03 13:15:56.000000000 +0000 -+++ mingetty-1.07-new/mingetty.c 2006-01-04 23:44:55.000000000 +0000 -@@ -297,7 +297,8 @@ - unsigned char c; - - tcflush (0, TCIFLUSH); /* flush pending input */ -- for (*logname = 0; *logname == 0;) { -+ *logname=0; -+// for (*logname = 0; *logname == 0;) { - do_prompt (1); - for (bp = logname;;) { - if (read (0, &c, 1) < 1) { -@@ -317,7 +318,7 @@ - else - *bp++ = c; - } -- } -+// } - return logname; - } - |