gutteridge
98e45f8fd1
icb: fix building on modern mainstream Linux distros
...
Committed on the off chance someone else may want to run this on modern
Linux. Tested on Debian 9 and Fedora 29 through 32.
2020-08-18 02:17:26 +00:00
spz
1aaa1b61a4
RELRO & friends
2017-12-12 07:13:01 +00:00
dholland
68fdb7cc8b
Work around lack of access() on OpenBSD.
2015-11-07 22:07:15 +00:00
jperkin
1dc8891cb2
Don't include termcap.h on SunOS.
2014-09-23 22:37:29 +00:00
joerg
84a8af1e40
Fix build with clang by using more void and proper return values.
2013-01-11 13:24:32 +00:00
hans
607421ac31
Fix build on SunOS.
2012-02-16 13:50:52 +00:00
plunky
3db3c6d63e
repair getline(3) conflicts, "getline" -> "get_line"
2009-08-06 08:24:29 +00:00
christos
4a6b92a1c1
fix time.h issues
2009-07-24 01:24:38 +00:00
christos
460bd4190f
make this work on 64 bit platforms:
...
- fix warnings for missing prototypes
- use termios instead of sgtty (why doesn't this work on amd64?)
2008-12-17 02:19:59 +00:00
rillig
0dc829fa71
Removed trailing white-space.
2006-05-21 10:52:08 +00:00
christos
b2bede7c6c
Make this work with 64 bit hosts.
2006-05-15 15:33:00 +00:00
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
rillig
cc755fa09c
Removed trailing empty line.
2005-05-23 09:04:00 +00:00
tron
4f9e6625e6
Don't (unnecessarily) include "varargs.h" which breaks the build on
...
platforms which use GCC 3.3.x.
2003-11-13 20:59:53 +00:00
tron
75aeb79808
Fix thinko in last commit.
2003-09-28 20:13:55 +00:00
tron
6aba2107d6
Fix GCC 3.3.1 related build problem.
2003-09-28 19:29:37 +00:00
schmonz
9e1dc2bf71
Darwinize.
2002-06-02 01:41:19 +00:00
itojun
d1982e17cc
do not reference freed memory region. found by mallof.conf=AJ
2001-02-12 00:53:12 +00:00
wiz
ae7f28b14b
Create new 'chat' category, featuring chat clients and servers of all kinds.
...
Move some packages from 'net' here.
2000-12-15 00:36:25 +00:00