Mass reformat
This commit is contained in:
parent
4d27def35e
commit
df11e34235
27 changed files with 121 additions and 136 deletions
|
|
@ -7,13 +7,13 @@
|
|||
|
||||
/* Unix sockets need a path */
|
||||
#define SOCK_PATH "/tmp/demosocket"
|
||||
#define BUF_SIZE 128
|
||||
#define BUF_SIZE 128
|
||||
|
||||
char buf[BUF_SIZE];
|
||||
|
||||
int main(void) {
|
||||
struct sockaddr_un addr;
|
||||
int server_fd, client_fd;
|
||||
int server_fd, client_fd;
|
||||
|
||||
// Unlink this in case its still around
|
||||
unlink(SOCK_PATH);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue