summaryrefslogtreecommitdiffstats
path: root/cpukit/librpc/src/rpc/svc_udp.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cpukit: Remove libnetworkingVijay Kumar Banerjee2021-04-071-486/+0
| | | | Update #3850
* rpc: Use configuration header fileSebastian Huber2018-10-041-0/+2
| | | | Update #3375.
* Delete or rename MIN/MAX macros and definesSebastian Huber2014-11-211-1/+1
| | | | Include <sys/param.h> if necessary to get the MIN()/MAX() macros.
* Add HAVE_CONFIG_H support to let files receive configure defines.Ralf Corsepius2010-03-281-0/+4
|
* Add missing prototypes.Ralf Corsepius2008-08-011-6/+6
|
* Cosmetics.Ralf Corsepius2008-08-011-4/+10
|
* Cosmetics.Ralf Corsepius2008-08-011-2/+2
|
* Cosmetics.Ralf Corsepius2008-08-011-1/+2
|
* Misc. ansifications.Ralf Corsepius2008-08-011-34/+28
|
* Eliminate __P().Ralf Corsepius2008-08-011-2/+2
|
* socklen_t.Ralf Corsepius2005-05-101-1/+1
|
* Remove stray white spaces.Ralf Corsepius2004-04-151-1/+0
|
* 2000-10-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2000-10-311-2/+2
| | | | | | | | | | | | | | * POSIX include files merged into newlib. This resulted in some definitions moving to other files and thus some secondary effects in RTEMS source code. * src/rpc/Makefile.am, src/rpc/auth_time.c, src/rpc/clnt_simple.c, src/rpc/clnt_tcp.c, src/rpc/clnt_udp.c, src/rpc/clnt_unix.c, src/rpc/get_myaddress.c, src/rpc/pmap_clnt.c, src/rpc/pmap_getmaps.c, src/rpc/pmap_getport.c, src/rpc/pmap_rmt.c, src/rpc/rtime.c, src/rpc/svc_tcp.c, src/rpc/svc_udp.c, src/rpc/svc_unix.c: Use of _read, _write, and _close as macros conflicted with newlib's use of these as routine names. They were renamed to include "_RPC_" prefix.
* Merged from 4.5.0-beta3aJoel Sherrill2000-06-121-0/+480
|
* New files added as part of librpc upgrade.Joel Sherrill2000-04-291-0/+0