summaryrefslogtreecommitdiff
path: root/comms/ifcico-cm/patches/patch-ak
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2004-06-20 20:07:03 +0000
committertv <tv@pkgsrc.org>2004-06-20 20:07:03 +0000
commite4babd21bd4b2a4e677f590a9d87f27eb1e68072 (patch)
tree7648d8e1ac7b95c0e237444ad77be0ad24e01142 /comms/ifcico-cm/patches/patch-ak
parent97bb6e7184369eee5a505a222687dfa71e5eda5a (diff)
downloadpkgsrc-e4babd21bd4b2a4e677f590a9d87f27eb1e68072.tar.gz
Per announcement to tech-pkg, ifcico-cm is now history. Stay tuned for
import and update of a couple packages that replace ifcico's functionality.
Diffstat (limited to 'comms/ifcico-cm/patches/patch-ak')
-rw-r--r--comms/ifcico-cm/patches/patch-ak19
1 files changed, 0 insertions, 19 deletions
diff --git a/comms/ifcico-cm/patches/patch-ak b/comms/ifcico-cm/patches/patch-ak
deleted file mode 100644
index 0bdce535aaa..00000000000
--- a/comms/ifcico-cm/patches/patch-ak
+++ /dev/null
@@ -1,19 +0,0 @@
-$NetBSD: patch-ak,v 1.1.1.1 1998/11/23 17:48:23 tv Exp $
-
---- contrib/fdpass/fdpass.c.orig Mon Nov 23 10:19:55 1998
-+++ contrib/fdpass/fdpass.c Mon Nov 23 10:20:10 1998
-@@ -9,7 +9,7 @@
- #include "session.h" /* session.h from fddev220.arj */
-
-
--void main (int argc,char *argv[])
-+int main (int argc,char *argv[])
- {
- int fd;
- _PSW koko;
-@@ -55,4 +55,5 @@
- }
- }
- close (fd);
-+ return 0;
- }