diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-06-18 00:57:49 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-06-18 00:57:49 +0000 |
commit | 2b4708e66cbf266da3bc74c20f4c14e082f96b5f (patch) | |
tree | 24a0eb01276da7a5a718d907405d2c1afeb8d85f /usr.bin/ssh/readconf.c | |
parent | 0a88a83f3ebe85e96dfbf26f1fcde83b1afc5779 (diff) |
include = in WHITESPACE; markus ok
Diffstat (limited to 'usr.bin/ssh/readconf.c')
-rw-r--r-- | usr.bin/ssh/readconf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/readconf.c b/usr.bin/ssh/readconf.c index 005afd617a2..4af0414f0d9 100644 --- a/usr.bin/ssh/readconf.c +++ b/usr.bin/ssh/readconf.c @@ -14,7 +14,7 @@ */ #include "includes.h" -RCSID("$Id: readconf.c,v 1.35 2000/05/31 09:20:38 markus Exp $"); +RCSID("$Id: readconf.c,v 1.36 2000/06/18 00:57:48 deraadt Exp $"); #include "ssh.h" #include "cipher.h" @@ -165,7 +165,7 @@ static struct { }; /* Characters considered whitespace in strtok calls. */ -#define WHITESPACE " \t\r\n" +#define WHITESPACE " \t\r\n=" /* |