[dispatch.c]
     remove unused #define DISPATCH_MIN; ok markus@
This commit is contained in:
Damien Miller 2008-11-03 19:26:00 +11:00
parent e7261c7e36
commit 2b20a92b7b
2 changed files with 5 additions and 3 deletions

View File

@ -79,6 +79,9 @@
- stevesk@cvs.openbsd.org 2008/10/30 19:31:16
[clientloop.c sshd.c]
don't need to #include "monitor_fdpass.h"
- stevesk@cvs.openbsd.org 2008/10/31 15:05:34
[dispatch.c]
remove unused #define DISPATCH_MIN; ok markus@
20080906
- (dtucker) [config.guess config.sub] Update to latest versions from
@ -4813,4 +4816,4 @@
OpenServer 6 and add osr5bigcrypt support so when someone migrates
passwords between UnixWare and OpenServer they will still work. OK dtucker@
$Id: ChangeLog,v 1.5117 2008/11/03 08:25:40 djm Exp $
$Id: ChangeLog,v 1.5118 2008/11/03 08:26:00 djm Exp $

View File

@ -1,4 +1,4 @@
/* $OpenBSD: dispatch.c,v 1.21 2006/08/03 03:34:42 deraadt Exp $ */
/* $OpenBSD: dispatch.c,v 1.22 2008/10/31 15:05:34 stevesk Exp $ */
/*
* Copyright (c) 2000 Markus Friedl. All rights reserved.
*
@ -37,7 +37,6 @@
#include "packet.h"
#include "compat.h"
#define DISPATCH_MIN 0
#define DISPATCH_MAX 255
dispatch_fn *dispatch[DISPATCH_MAX];