summaryrefslogtreecommitdiff
path: root/comms/kermit
diff options
context:
space:
mode:
authortron <tron>1999-10-06 22:26:51 +0000
committertron <tron>1999-10-06 22:26:51 +0000
commitb981b8a3aa6343d0825ba72bcc67babe3a307f0e (patch)
tree2b0dfb9e8e5b0cbd31687ea6fbd110a4300299cb /comms/kermit
parentfc8796bff0e2e996e72bebf80905c11747bb294e (diff)
downloadpkgsrc-b981b8a3aa6343d0825ba72bcc67babe3a307f0e.tar.gz
Add RCS Id and convert to unified format.
Diffstat (limited to 'comms/kermit')
-rw-r--r--comms/kermit/patches/patch-ac112
1 files changed, 49 insertions, 63 deletions
diff --git a/comms/kermit/patches/patch-ac b/comms/kermit/patches/patch-ac
index 7b880616204..1c61c6c922b 100644
--- a/comms/kermit/patches/patch-ac
+++ b/comms/kermit/patches/patch-ac
@@ -1,63 +1,49 @@
-*** ckcdeb.h.orig Mon Nov 25 11:20:48 1996
---- ckcdeb.h Tue Oct 5 16:10:33 1999
-***************
-*** 267,272 ****
---- 267,275 ----
- #ifndef NOSETBUF /* NOSETBUF is safe */
- #define NOSETBUF
- #endif /* NOSETBUF */
-+ #ifndef BIGBUFOK /* BIGBUFOK is safe (all 32bit) */
-+ #define BIGBUFOK
-+ #endif /* BIGBUFOK */
- #ifndef DIRENT /* Uses <dirent.h> */
- #define DIRENT
- #endif /* DIRENT */
-***************
-*** 908,917 ****
- /* Now define the debug() macro. */
- #ifdef IFDEBUG
- /* Use this form to avoid function calls: */
-! #define debug(a,b,c,d) if (deblog) dodebug(a,b,(char *)c,(long)d)
- #else
- /* Use this form to save space: */
-! #define debug(a,b,c,d) dodebug(a,b,(char *)c,(long)d)
- #endif /* MAC */
-
- #ifdef COMMENT
---- 911,920 ----
- /* Now define the debug() macro. */
- #ifdef IFDEBUG
- /* Use this form to avoid function calls: */
-! #define debug(a,b,c,d) if (deblog) dodebug(a,b,(char *)(c),(long)d)
- #else
- /* Use this form to save space: */
-! #define debug(a,b,c,d) dodebug(a,b,(char *)(c),(long)d)
- #endif /* MAC */
-
- #ifdef COMMENT
-***************
-*** 1489,1494 ****
---- 1492,1501 ----
- #else
- #ifdef AMIGA
- #define BPS_14K
-+ #else
-+ #ifdef BSD44
-+ #define BPS_14K
-+ #endif /* BSD44 */
- #endif /* AMIGA */
- #endif /* MAC */
- #endif /* NEXT */
-***************
-*** 1505,1510 ****
---- 1512,1521 ----
- #else
- #ifdef MAC
- #define BPS_28K /* 28800 bps */
-+ #else
-+ #ifdef BSD44
-+ #define BPS_28K
-+ #endif /* BSD44 */
- #endif /* MAC */
- #endif /* NEXT */
- #endif /* NOB_28K */
+$NetBSD: patch-ac,v 1.6 1999/10/06 22:26:51 tron Exp $
+
+--- ckcdeb.h.orig Mon Nov 25 01:20:48 1996
++++ ckcdeb.h Thu Oct 7 00:22:02 1999
+@@ -267,6 +267,9 @@
+ #ifndef NOSETBUF /* NOSETBUF is safe */
+ #define NOSETBUF
+ #endif /* NOSETBUF */
++#ifndef BIGBUFOK /* BIGBUFOK is safe (all 32bit) */
++#define BIGBUFOK
++#endif /* BIGBUFOK */
+ #ifndef DIRENT /* Uses <dirent.h> */
+ #define DIRENT
+ #endif /* DIRENT */
+@@ -908,10 +911,10 @@
+ /* Now define the debug() macro. */
+ #ifdef IFDEBUG
+ /* Use this form to avoid function calls: */
+-#define debug(a,b,c,d) if (deblog) dodebug(a,b,(char *)c,(long)d)
++#define debug(a,b,c,d) if (deblog) dodebug(a,b,(char *)(c),(long)d)
+ #else
+ /* Use this form to save space: */
+-#define debug(a,b,c,d) dodebug(a,b,(char *)c,(long)d)
++#define debug(a,b,c,d) dodebug(a,b,(char *)(c),(long)d)
+ #endif /* MAC */
+
+ #ifdef COMMENT
+@@ -1489,6 +1492,10 @@
+ #else
+ #ifdef AMIGA
+ #define BPS_14K
++#else
++#ifdef BSD44
++#define BPS_14K
++#endif /* BSD44 */
+ #endif /* AMIGA */
+ #endif /* MAC */
+ #endif /* NEXT */
+@@ -1505,6 +1512,10 @@
+ #else
+ #ifdef MAC
+ #define BPS_28K /* 28800 bps */
++#else
++#ifdef BSD44
++#define BPS_28K
++#endif /* BSD44 */
+ #endif /* MAC */
+ #endif /* NEXT */
+ #endif /* NOB_28K */