diff options
Diffstat (limited to 'dispatch.c')
-rw-r--r-- | dispatch.c | 3 |
1 files changed, 1 insertions, 2 deletions
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]; |