Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 259498
b: refs/heads/master
c: d2c15e2
h: refs/heads/master
v: v3
  • Loading branch information
matt mooney authored and Greg Kroah-Hartman committed Jun 7, 2011
1 parent da7538b commit 9347020
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e9837bbb3e694eef4c55c934ebf1f8a0399b142c
refs/heads/master: d2c15e2580ac4ed73f0a25a69843d51211e9c620
8 changes: 4 additions & 4 deletions trunk/drivers/staging/usbip/userspace/src/usbipd.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include "../config.h"
#endif

#include <errno.h>
#include <unistd.h>
#include <netdb.h>
#include <strings.h>
Expand All @@ -23,16 +24,15 @@

#define _GNU_SOURCE
#include <getopt.h>
#include <glib.h>
#include <signal.h>

#include "usbip.h"
#include "stub_driver.h"
#include "usbip_common.h"
#include "usbip_network.h"

#include <glib.h>

static const char version[] = PACKAGE_STRING;


static int send_reply_devlist(int sockfd)
{
int ret;
Expand Down

0 comments on commit 9347020

Please sign in to comment.