LibC: Add and cleanup some networking structures and definitions

This commit is contained in:
2024-08-22 14:30:00 +03:00
parent 45b4b33a3d
commit 1cbba113fd
3 changed files with 10 additions and 4 deletions

View File

@@ -20,6 +20,7 @@ struct utmpx
pid_t ut_pid; /* Process ID. */
short ut_type; /* Type of entry. */
struct timeval ut_tv; /* Time entry was made. */
char ut_host[32];
};
#define EMPTY 0