Dag-Erling Smørgrav
|
d2432adb9a
|
Remove "extern" from function prototypes, and fix some (but not all)
style(9) violations.
MFC after: 1 week
|
2009-06-13 14:12:55 +00:00 |
|
Dag-Erling Smørgrav
|
8eeaaffaac
|
Remove casts from {c,m,re}alloc() and simplify sizeof().
MFC after: 1 week
|
2009-06-13 13:07:56 +00:00 |
|
Dag-Erling Smørgrav
|
006fb8efc3
|
#include the right header so we get prototypes for our own functions.
MFC after: 1 week
|
2009-06-13 00:46:07 +00:00 |
|
Dag-Erling Smørgrav
|
a5a5d924d2
|
Further #include cleanup.
MFC after: 1 week
|
2009-06-13 00:43:56 +00:00 |
|
Dag-Erling Smørgrav
|
34ecf97a64
|
Provide correct prototypes for functions with no arguments.
MFC after: 1 week
|
2009-06-12 23:39:05 +00:00 |
|
Xin LI
|
9bbd8028fa
|
Replace malloc() + memset() with calloc. This corrects a misuse of
memset() as a side effect.
|
2008-10-23 00:15:00 +00:00 |
|
Hajimu UMEMOTO
|
f28aa72448
|
If perform-actual-lookups is enabled, getservbyname() matches an entry
even when proto is not valid.
Submitted by: Michael Bushkov <bushman__at__rsu.ru>
|
2006-05-05 15:01:25 +00:00 |
|
Hajimu UMEMOTO
|
06a99fe36f
|
- Extend the nsswitch to support Services, Protocols and Rpc
databases.
- Make nsswitch support caching.
Submitted by: Michael Bushkov <bushman__at__rsu.ru>
Sponsored by: Google Summer of Code 2005
|
2006-04-28 12:03:38 +00:00 |
|