mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
79d12622c6
Note that this port is restricted due to inclusion of DES code.
15 lines
261 B
Plaintext
15 lines
261 B
Plaintext
--- src/search.h.orig Wed Sep 4 03:54:13 1996
|
|
+++ src/search.h Thu Oct 31 14:19:33 1996
|
|
@@ -14,11 +14,6 @@
|
|
extern "C" {
|
|
#endif
|
|
|
|
-#ifndef _SIZE_T
|
|
-#define _SIZE_T
|
|
-typedef unsigned size_t;
|
|
-#endif
|
|
-
|
|
/* HSEARCH(3C) */
|
|
typedef enum { FIND, ENTER } ACTION;
|
|
|