1
0
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:
Mark Pizzolato
2018-05-08 13:04:39 -07:00
parent 6ccbfc7381
commit 0c0a9958b1
30 changed files with 4411 additions and 4411 deletions

View File

@@ -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;