blob: 1358a028aeb9c948c833e2409773a6618a287780 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-bk,v 1.3 2004/06/06 13:50:41 taca Exp $
--- src/util/sys_defs.h.orig 2004-06-06 01:38:41.000000000 +0900
+++ src/util/sys_defs.h
@@ -951,6 +951,8 @@ extern int h_errno;
#endif
#endif
+#define RECEIVED_ENVELOPE_FROM
+
#define CAST_CHAR_PTR_TO_INT(cptr) ((int) (long) (cptr))
#define CAST_INT_TO_CHAR_PTR(ival) ((char *) (long) (ival))
|