aboutsummaryrefslogtreecommitdiff
path: root/lib/libncp/ncpl_rpc.c
Commit message (Collapse)AuthorAgeFilesLines
* Boris Popov has granted permission to remove the advertising clauseWarner Losh2007-01-091-4/+1
| | | | | | | from lib/libncp. Make it so. Also, renumbered clauses. Notes: svn path=/head/; revision=165920
* Silence GCC4 warning.Alexander Kabaev2006-09-211-1/+1
| | | | | | | strlen, strcmp live in <string.h> not <string.h>. Notes: svn path=/head/; revision=162486
* o Move NTOHL() and associated macros into <sys/param.h>. These areMike Barcroft2002-02-181-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | deprecated in favor of the POSIX-defined lowercase variants. o Change all occurrences of NTOHL() and associated marcros in the source tree to use the lowercase function variants. o Add missing license bits to sparc64's <machine/endian.h>. Approved by: jake o Clean up <machine/endian.h> files. o Remove unused __uint16_swap_uint32() from i386's <machine/endian.h>. o Remove prototypes for non-existent bswapXX() functions. o Include <machine/endian.h> in <arpa/inet.h> to define the POSIX-required ntohl() family of functions. o Do similar things to expose the ntohl() family in libstand, <netinet/in.h>, and <sys/param.h>. o Prepend underscores to the ntohl() family to help deal with complexities associated with having MD (asm and inline) versions, and having to prevent exposure of these functions in other headers that happen to make use of endian-specific defines. o Create weak aliases to the canonical function name to help deal with third-party software forgetting to include an appropriate header. o Remove some now unneeded pollution from <sys/types.h>. o Add missing <arpa/inet.h> includes in userland. Tested on: alpha, i386 Reviewed by: bde, jake, tmm Notes: svn path=/head/; revision=90868
* Add __FBSDID()s to libncpMatthew Dillon2001-09-301-2/+4
| | | | Notes: svn path=/head/; revision=84213
* Initial import of ncp library sources.Boris Popov1999-10-121-0/+136
Reviewed by: jdp, mdodd Notes: svn path=/head/; revision=52153