mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-13 14:25:12 -04:00
17 lines
463 B
Plaintext
17 lines
463 B
Plaintext
$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 */
|