Commit Graph

23 Commits

Author SHA1 Message Date
hubertf
b5f80fa241 Move ctype.h header from defs.h to main.c where it's really used
From: Slava Semushin <slava.semushin@gmail.com>
2007-02-21 21:01:10 +00:00
mrg
0c37c63edc change (mostly) int to socklen_t. GCC 4 doesn't like that int and
socklen_t are different signness.
2006-05-09 20:18:05 +00:00
dsl
e7df4576bb Add (unsigned char) cast to ctype functions 2004-10-30 08:56:00 +00:00
itojun
e2c411ce3c use arc4random 2003-09-06 12:42:00 +00:00
itojun
761f7bebc3 avoid possible buffer overruns - strlcpy, snprintf 2003-05-16 18:10:37 +00:00
wiz
c60d41a9de Move back from gnu/dist/mrouted, now that it's available under a BSD
license.
2003-03-05 21:05:38 +00:00
itojun
9bbfbbb676 move mrouted out of basesrc, as it carries non-BSD license.
agreed w/ core.
2002-10-01 03:30:50 +00:00
itojun
17110be88b die if fd_set overrun. (they're not setuid binary so it is not that critical) 2002-08-09 02:17:26 +00:00
wiz
51c0807f60 Unifdef __STDC__. Remove __P(). Remove register. ANSIfy. 2002-07-14 16:30:41 +00:00
wiz
14dbdf5518 Negative exit code cleanup: Replace exit(-x) with exit(x).
As seen on tech-userlevel.
2001-04-06 11:13:45 +00:00
is
d8302e2d73 More format string cleanups by sommerfeld. 2000-10-11 20:23:46 +00:00
thorpej
ad9c4f4fa5 Use daemon(3) and pidfile(3). 1999-06-06 03:27:06 +00:00
kleink
37bede84a4 Use strerror(3) instead of sys_errlist and sys_nerr. 1998-05-09 17:22:07 +00:00
mrg
98d6cbcc95 use static int instead of static 1998-03-30 02:33:23 +00:00
lukem
c73b1c8336 WARNSify 1997-10-17 10:38:20 +00:00
cgd
13c61484db fix a call to localtime() so that it works if time_t != long.
(Whoever decided that one should repeate all of the locals 2x to
save one more #ifdef in log() should be shot...)
1995-12-19 03:33:06 +00:00
thorpej
feeffb23b0 Change a rogue RCS id to new-style. 1995-12-16 20:10:12 +00:00
mycroft
d043d7538d Update to mrouted 3.8. 1995-12-10 10:06:55 +00:00
thorpej
ad3a5f50ae New-style RCS ids. 1995-10-09 03:51:32 +00:00
mycroft
6995f4fc92 Update to multicast 3.5. 1995-06-01 02:25:45 +00:00
mycroft
53d11296c2 Use strerror(), not sys_errlist[]. 1995-05-20 02:38:23 +00:00
brezak
7320b9e43b Van's 2.2 mrouted changes 1994-05-08 15:08:52 +00:00
brezak
4497c26d0f Mrouted ported by cmaeda@cs.washington.edu from BSD386 port. 1994-01-11 20:15:44 +00:00