Remove ohash_int.h forgotten in previous commit

This commit is contained in:
Baptiste Daroussin 2014-07-27 22:56:46 +00:00
parent 88497f0c68
commit 18a8f7ea3b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=269163

View File

@ -1,25 +0,0 @@
/* $OpenBSD: ohash_int.h,v 1.3 2006/01/16 15:52:25 espie Exp $ */
/* $FreeBSD$ */
#if HAVE_NBTOOL_CONFIG_H
#include "nbtool_config.h"
#endif
#include <sys/types.h>
#include <stddef.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include "ohash.h"
struct _ohash_record {
u_int32_t hv;
const char *p;
};
#define DELETED ((const char *)h)
#define NONE (h->size)
/* Don't bother changing the hash table if the change is small enough. */
#define MINSIZE (1UL << 4)
#define MINDELETED 4