Add in ifconfig and route

This commit is contained in:
Eric Andersen
2001-02-14 08:11:27 +00:00
parent 88a5ceb450
commit ec45595300
12 changed files with 1778 additions and 0 deletions

View File

@@ -161,6 +161,7 @@ extern void *xcalloc(size_t nmemb, size_t size);
extern char *xstrdup (const char *s);
#endif
extern char *xstrndup (const char *s, int n);
extern char * safe_strncpy(char *dst, const char *src, size_t size);
struct suffix_mult {
char *suffix;