artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a63331e
)
Don't treat # specially here
author
brian
<brian@openbsd.org>
Tue, 28 Mar 2000 15:13:09 +0000
(15:13 +0000)
committer
brian
<brian@openbsd.org>
Tue, 28 Mar 2000 15:13:09 +0000
(15:13 +0000)
usr.sbin/ppp/ppp/systems.c
patch
|
blob
|
history
diff --git
a/usr.sbin/ppp/ppp/systems.c
b/usr.sbin/ppp/ppp/systems.c
index
99bd998
..
a4a08ba
100644
(file)
--- a/
usr.sbin/ppp/ppp/systems.c
+++ b/
usr.sbin/ppp/ppp/systems.c
@@
-17,7
+17,7
@@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $OpenBSD: systems.c,v 1.1
2 2000/03/19 10:33:34
brian Exp $
+ * $OpenBSD: systems.c,v 1.1
3 2000/03/28 15:13:09
brian Exp $
*
* TODO:
*/
@@
-150,12
+150,6
@@
InterpretArg(const char *from, char *to)
endpwent();
break;
- case '#':
- if (!instring)
- while (*from != '\0')
- *to++ = *from++;
- break;
-
default:
*to++ = *from++;
break;