summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/libc/res_comp.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-04-07cpukit: Remove libnetworkingVijay Kumar Banerjee1-252/+0
Update #3850
2020-04-16Canonicalize config.h includeSebastian Huber1-1/+1
Use the following variant which was already used by most source files: #ifdef HAVE_CONFIG_H #include "config.h" #endif
2018-09-10network: Use kernel/user space header filesSebastian Huber1-0/+2
Add and use <machine/rtems-bsd-kernel-space.h> and <machine/rtems-bsd-user-space.h> similar to the libbsd to avoid command line defines and defines scattered throught the code base. Simplify cpukit/libnetworking/Makefile.am. Update #3375.
2016-04-22network: Fix warningsSebastian Huber1-0/+2
2011-10-022011-10-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-2/+2
* libnetworking/libc/res_comp.c: Eliminate unused var "ppch".
2008-09-01Stop using old-style function definitions.Ralf Corsepius1-8/+4
2008-09-01Remove BSD "Add clause" (From FreeBSD).Ralf Corsepius1-4/+0
2007-03-30Eliminate SCCS, LINT. Add HAVE_CONFIG_H.Ralf Corsepius1-5/+3
1998-08-19Base filesJoel Sherrill1-0/+258