blob: f3a8858d849df6e4010798b5a8b06c04ebbc7319 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
$NetBSD: patch-ah,v 1.1 2006/01/24 22:47:13 joerg Exp $
--- hdrs/elm_defs.h.orig 2006-01-24 19:52:27.000000000 +0000
+++ hdrs/elm_defs.h
@@ -103,11 +103,6 @@
# define FALSE 0
#endif
-#ifndef _SIZE_T /* not the greatest, but should work until I make Configure figure it out */
-#define _SIZE_T
-typedef unsigned long size_t;
-#endif
-
#define KLICK 32 /* increment for alias and mssg lists */
#define TLEN 10 /* super short (tiny) strings */
|