summaryrefslogtreecommitdiff
path: root/dispatch.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2008-11-03 19:26:00 +1100
committerDamien Miller <djm@mindrot.org>2008-11-03 19:26:00 +1100
commit2b20a92b7b404abe44d141461196a1d862214e06 (patch)
treea00458fe71964aa08a4eafe3c7aad39e50753603 /dispatch.c
parente7261c7e368fe7d6694918e62fe23e24aa3e1fca (diff)
- stevesk@cvs.openbsd.org 2008/10/31 15:05:34
[dispatch.c] remove unused #define DISPATCH_MIN; ok markus@
Diffstat (limited to 'dispatch.c')
-rw-r--r--dispatch.c3
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
43dispatch_fn *dispatch[DISPATCH_MAX]; 42dispatch_fn *dispatch[DISPATCH_MAX];