diff options
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; - } - |