diff options
author | tv <tv@pkgsrc.org> | 2004-06-20 20:07:03 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-06-20 20:07:03 +0000 |
commit | e4babd21bd4b2a4e677f590a9d87f27eb1e68072 (patch) | |
tree | 7648d8e1ac7b95c0e237444ad77be0ad24e01142 /comms/ifcico-cm/patches/patch-ak | |
parent | 97bb6e7184369eee5a505a222687dfa71e5eda5a (diff) | |
download | pkgsrc-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-ak | 19 |
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; - } |