summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-11-27 17:03:22 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-11-27 17:03:22 +0000
commitbcefea16ab34811d6fbe538213a623593126ed96 (patch)
tree7ea9d2c4fdcbc63735db2edebde4d9dff40e0566 /cpukit
parent2000-11-27 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-bcefea16ab34811d6fbe538213a623593126ed96.tar.bz2
2000-11-27 Joel Sherrill <joel@OARcorp.com>
* libc/res_init.c: Fix typo - adding missing # on include.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/libnetworking/ChangeLog4
-rw-r--r--cpukit/libnetworking/libc/res_init.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/cpukit/libnetworking/ChangeLog b/cpukit/libnetworking/ChangeLog
index 776f478837..a90a209c99 100644
--- a/cpukit/libnetworking/ChangeLog
+++ b/cpukit/libnetworking/ChangeLog
@@ -1,3 +1,7 @@
+2000-11-27 Joel Sherrill <joel@OARcorp.com>
+
+ * libc/res_init.c: Fix typo - adding missing # on include.
+
2000-11-25 Eric Norum <eric.norum@usask.ca>
* libc/res_init.c: Move include to avoid compiler dumping core.
diff --git a/cpukit/libnetworking/libc/res_init.c b/cpukit/libnetworking/libc/res_init.c
index c44e0eea2d..b762a8ec0c 100644
--- a/cpukit/libnetworking/libc/res_init.c
+++ b/cpukit/libnetworking/libc/res_init.c
@@ -93,7 +93,7 @@ static char rcsid[] = "$Id$";
/*
* RTEMS -- set up name servers from global variable
*/
-include <rtems/rtems_bsdnet_internal.h>
+#include <rtems/rtems_bsdnet_internal.h>
static void res_setoptions __P((char *, char *));