diff options
Diffstat (limited to 'servconf.c')
-rw-r--r-- | servconf.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/servconf.c b/servconf.c index 681878615..8094d34ca 100644 --- a/servconf.c +++ b/servconf.c | |||
@@ -10,7 +10,7 @@ | |||
10 | */ | 10 | */ |
11 | 11 | ||
12 | #include "includes.h" | 12 | #include "includes.h" |
13 | RCSID("$OpenBSD: servconf.c,v 1.72 2001/03/25 13:16:10 stevesk Exp $"); | 13 | RCSID("$OpenBSD: servconf.c,v 1.73 2001/04/02 14:20:23 stevesk Exp $"); |
14 | 14 | ||
15 | #ifdef KRB4 | 15 | #ifdef KRB4 |
16 | #include <krb.h> | 16 | #include <krb.h> |
@@ -284,8 +284,7 @@ static struct { | |||
284 | }; | 284 | }; |
285 | 285 | ||
286 | /* | 286 | /* |
287 | * Returns the number of the token pointed to by cp of length len. Never | 287 | * Returns the number of the token pointed to by cp or sBadOption. |
288 | * returns if the token is not known. | ||
289 | */ | 288 | */ |
290 | 289 | ||
291 | static ServerOpCodes | 290 | static ServerOpCodes |