diff options
author | fredb <fredb> | 2000-01-02 22:57:25 +0000 |
---|---|---|
committer | fredb <fredb> | 2000-01-02 22:57:25 +0000 |
commit | 64621ac9b3d57e1ccbc351706ab144cfc16aff2b (patch) | |
tree | 5d1894bde9f35a03f5346f194a1ed793f15f37e0 /comms/kermit/patches | |
parent | f1718d9866b30ff22ce98e38bf7d27d8eace5791 (diff) | |
download | pkgsrc-64621ac9b3d57e1ccbc351706ab144cfc16aff2b.tar.gz |
This distro incorporates the last netbsd patch. Thanks to Frank da Cruz
(kermit's maintainer) for responding so quickly! Remove more no-op KFLAGS.
Also comment out -DNODEBUG and -DNOOLDMODEMS at Frank da Cruz's request.
Diffstat (limited to 'comms/kermit/patches')
-rw-r--r-- | comms/kermit/patches/patch-ad | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/comms/kermit/patches/patch-ad b/comms/kermit/patches/patch-ad deleted file mode 100644 index c9aae8b8720..00000000000 --- a/comms/kermit/patches/patch-ad +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ad,v 1.6 1999/12/20 12:33:49 fredb Exp $ - ---- ckutio.c.orig Tue Dec 7 18:40:00 1999 -+++ ckutio.c Thu Dec 16 06:41:46 1999 -@@ -10411,7 +10411,7 @@ - /* extern long time(); */ /* Theoretically these should */ - char *ctime(); /* already been dcl'd in <time.h> */ - #ifdef BSD44 -- long clock_storage; -+ time_t clock_storage; - #else - time_t clock_storage; - #endif /* BSD44 */ |