mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 22:48:23 +00:00
Made to compile after hacking tftp driver into beginnings of a mini-filesystem.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user