summaryrefslogtreecommitdiffstats
path: root/cpukit/librpc/src/rpc/rpcdname.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-04-07cpukit: Remove libnetworkingVijay Kumar Banerjee1-86/+0
Update #3850
2018-10-04rpc: Use configuration header fileSebastian Huber1-0/+2
Update #3375.
2010-03-28Add HAVE_CONFIG_H support to let files receive configure defines.Ralf Corsepius1-0/+4
2008-08-01Add missing prototypes.Ralf Corsepius1-1/+1
2004-11-212004-11-21 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-4/+4
* librpc/include/rpc/types.h: Include <rtems/stdint.h>. * librpc/src/rpc/clnt_raw.c, librpc/src/rpc/rpcdname.c, librpc/src/rpc/rtems_portmapper.c, librpc/src/rpc/svc.c, librpc/src/rpc/svc_simple.c: Misc. cast-related fixes. Convert to ANSI.
2004-11-212004-11-21 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-1/+1
* librpc/include/rpc/rpc.h (struct _rtems_rpc_task_variables): Use pointers to types instead of void* to avoid casts. * librpc/src/rpc/clnt_perror.c, librpc/src/rpc/clnt_raw.c, librpc/src/rpc/clnt_simple.c, librpc/src/rpc/rpcdname.c, librpc/src/rpc/svc.c, librpc/src/rpc/svc_auth.c, librpc/src/rpc/svc_simple.c: Eliminate lvalue casts gcc-3.4 warns about.
2003-11-272003-11-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-1/+1
* include/rpc/rpc.hinclude/rpc/rpc.h: Rename struct rtems_rpc_task_variables into struct _rtems_rpc_task_variables (Avoid symbol conflict between struct and variable). struct _rtems_rpc_task_variables *rtems_rpc_task_variables; Reflect changes above. * src/rpc/clnt_perror.c, src/rpc/clnt_raw.c, src/rpc/clnt_simple.c, src/rpc/rpcdname.c, src/rpc/rtems_rpc.c, src/rpc/svc.c, src/rpc/svc_auth.c, src/rpc/svc_raw.c, src/rpc/svc_simple.c: Reflect changes above.
2002-10-282002-10-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-0/+2
* src/rpc/clnt_tcp.c, src/rpc/clnt_udp.c, src/rpc/pmap_rmt.c, src/rpc/rtime.c, src/rpc/svc_tcp.c: Add include of <sys/select.h> to eliminate warning. * src/rpc/rpcdname.c: Add prototype of getdomainname() to eliminate warning.
2000-06-12Merged from 4.5.0-beta3aJoel Sherrill1-0/+78
2000-04-29New files added as part of librpc upgrade.Joel Sherrill1-0/+0
2000-04-28New files added on 4.5 branch.Joel Sherrill1-0/+0
1999-11-17New shell of a test for ITRON Mailbox Manager.Joel Sherrill1-0/+0
1999-11-10Combination of committing some new files which had been overlookedJoel Sherrill1-0/+0
and adding code which installed screens for itron tests.