Made to compile after hacking tftp driver into beginnings of a mini-filesystem.

This commit is contained in:
Joel Sherrill
1999-01-21 22:25:43 +00:00
parent 3048b8f3ac
commit 94b3ee1366
20 changed files with 1196 additions and 156 deletions

View File

@@ -14,7 +14,7 @@
#if defined(__rtems__)
u_int16_t _getshort(const u_char *src);
u_int32_t _getlong(const u_char *src);
int gethostname (char *name, int namelen);
int sethostname (char *name, int namelen);
int gethostname (char *name, size_t namelen);
int sethostname (char *name, size_t namelen);
int issetugid (void);
#endif