diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | dispatch.c | 3 |
2 files changed, 5 insertions, 3 deletions
@@ -79,6 +79,9 @@ | |||
79 | - stevesk@cvs.openbsd.org 2008/10/30 19:31:16 | 79 | - stevesk@cvs.openbsd.org 2008/10/30 19:31:16 |
80 | [clientloop.c sshd.c] | 80 | [clientloop.c sshd.c] |
81 | don't need to #include "monitor_fdpass.h" | 81 | don't need to #include "monitor_fdpass.h" |
82 | - stevesk@cvs.openbsd.org 2008/10/31 15:05:34 | ||
83 | [dispatch.c] | ||
84 | remove unused #define DISPATCH_MIN; ok markus@ | ||
82 | 85 | ||
83 | 20080906 | 86 | 20080906 |
84 | - (dtucker) [config.guess config.sub] Update to latest versions from | 87 | - (dtucker) [config.guess config.sub] Update to latest versions from |
@@ -4813,4 +4816,4 @@ | |||
4813 | OpenServer 6 and add osr5bigcrypt support so when someone migrates | 4816 | OpenServer 6 and add osr5bigcrypt support so when someone migrates |
4814 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ | 4817 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ |
4815 | 4818 | ||
4816 | $Id: ChangeLog,v 1.5117 2008/11/03 08:25:40 djm Exp $ | 4819 | $Id: ChangeLog,v 1.5118 2008/11/03 08:26:00 djm Exp $ |
diff --git a/dispatch.c b/dispatch.c index d6b63be4b..64bb80947 100644 --- a/dispatch.c +++ b/dispatch.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: dispatch.c,v 1.21 2006/08/03 03:34:42 deraadt Exp $ */ | 1 | /* $OpenBSD: dispatch.c,v 1.22 2008/10/31 15:05:34 stevesk Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2000 Markus Friedl. All rights reserved. | 3 | * Copyright (c) 2000 Markus Friedl. All rights reserved. |
4 | * | 4 | * |
@@ -37,7 +37,6 @@ | |||
37 | #include "packet.h" | 37 | #include "packet.h" |
38 | #include "compat.h" | 38 | #include "compat.h" |
39 | 39 | ||
40 | #define DISPATCH_MIN 0 | ||
41 | #define DISPATCH_MAX 255 | 40 | #define DISPATCH_MAX 255 |
42 | 41 | ||
43 | dispatch_fn *dispatch[DISPATCH_MAX]; | 42 | dispatch_fn *dispatch[DISPATCH_MAX]; |