pkgsrc/chat/icb
joerg 21320c5685 Teach the backbone of NetBSD communication some ISO C tricks.
- no errno, use errno.h
- no redefinition of function parameters as local variables
  [how did this ever work?!]
- malloc comes from stdlib.h
- NAME_MAX is prefered when available, it is POSIX
- strchr, strpbrk, strspn, strstr, strtol and strtoul can and
  should be used from libc.
- remove tcl version of string.h, system header is good enough
  (and if it doesn't have index, it would have been broken anyway)
2005-12-14 13:53:24 +00:00
..
files + move the distfile digest/checksum value from files/md5 to distinfo 2001-04-17 10:22:24 +00:00
patches Teach the backbone of NetBSD communication some ISO C tricks. 2005-12-14 13:53:24 +00:00
DESCR Move pkg/ files into package's toplevel directory 2001-10-31 19:02:25 +00:00
distinfo Teach the backbone of NetBSD communication some ISO C tricks. 2005-12-14 13:53:24 +00:00
Makefile Teach the backbone of NetBSD communication some ISO C tricks. 2005-12-14 13:53:24 +00:00
PLIST Move pkg/ files into package's toplevel directory 2001-10-31 19:02:25 +00:00