1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
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

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;