freebsd-ports/mbone/nte/files/patch-aa
Bill Fenner 79d12622c6 New port: nte 1.5a23, the UCL Network Text Editor.
Note that this port is restricted due to inclusion of DES code.
1996-11-10 21:14:52 +00:00

14 lines
261 B
Text

--- 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;