summaryrefslogtreecommitdiffstats
path: root/c/src/exec/libnetworking/libc/strsep.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-20 21:47:37 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-20 21:47:37 +0000
commitff0f694d466fb114c185bf464811658f97d012f1 (patch)
tree1eef0becdabdf6a9902d265a84fc9bf9fd9389d5 /c/src/exec/libnetworking/libc/strsep.c
parentchanged version to 980820-BSD (diff)
downloadrtems-ff0f694d466fb114c185bf464811658f97d012f1.tar.bz2
Fixed many warnings.
Diffstat (limited to 'c/src/exec/libnetworking/libc/strsep.c')
-rw-r--r--c/src/exec/libnetworking/libc/strsep.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/c/src/exec/libnetworking/libc/strsep.c b/c/src/exec/libnetworking/libc/strsep.c
index 33115f0e41..1d6e9ff79f 100644
--- a/c/src/exec/libnetworking/libc/strsep.c
+++ b/c/src/exec/libnetworking/libc/strsep.c
@@ -31,8 +31,6 @@
* SUCH DAMAGE.
*/
-#include "config.h"
-
#if defined(LIBC_SCCS) && !defined(lint)
static const char sccsid[] = "@(#)strsep.c 8.1 (Berkeley) 6/4/93";
#endif /* LIBC_SCCS and not lint */