mirror of
https://github.com/simh/simh.git
synced 2026-04-25 19:51:25 +00:00
slirp: change tabs to spaces
This commit is contained in:
12
slirp/misc.h
12
slirp/misc.h
@@ -11,11 +11,11 @@
|
||||
#include "socket.h"
|
||||
|
||||
struct ex_list {
|
||||
int ex_pty; /* Do we want a pty? */
|
||||
struct in_addr ex_addr; /* Server address */
|
||||
int ex_fport; /* Port to telnet to */
|
||||
const char *ex_exec; /* Command line of what to exec */
|
||||
struct ex_list *ex_next;
|
||||
int ex_pty; /* Do we want a pty? */
|
||||
struct in_addr ex_addr; /* Server address */
|
||||
int ex_fport; /* Port to telnet to */
|
||||
const char *ex_exec; /* Command line of what to exec */
|
||||
struct ex_list *ex_next;
|
||||
};
|
||||
|
||||
#define EMU_NONE 0x0
|
||||
@@ -30,7 +30,7 @@ struct ex_list {
|
||||
#define EMU_IDENT 0x7
|
||||
#define EMU_RSH 0x8
|
||||
|
||||
#define EMU_NOCONNECT 0x10 /* Don't connect */
|
||||
#define EMU_NOCONNECT 0x10 /* Don't connect */
|
||||
|
||||
struct tos_t {
|
||||
uint16_t lport;
|
||||
|
||||
Reference in New Issue
Block a user