]> rtime.felk.cvut.cz Git - sojka/can-utils.git/blobdiff - slcand.c
cangw: support new can-gw features for Linux 3.9+
[sojka/can-utils.git] / slcand.c
index 90d4570d792d3e37f1e2a6d6d943b7b415017d2d..2353c994dee6ddc11e47f67438b9585cc2995337 100644 (file)
--- a/slcand.c
+++ b/slcand.c
@@ -1,7 +1,3 @@
-/*
- *  $Id$
- */
-
 /*
  * slcand.c - userspace daemon for serial line CAN interface driver SLCAN
  *
@@ -36,7 +32,7 @@
  * A copy of the license is included in the section entitled "GNU
  * Free Documentation License".
  *
- * Send feedback to <socketcan-users@lists.berlios.de>
+ * Send feedback to <linux-can@vger.kernel.org>
  *
  */
 
 #include <stdlib.h>
 #include <string.h>
 #include <unistd.h>
-#include <sys/types.h>
-#include <sys/stat.h>
 #include <fcntl.h>
 #include <syslog.h>
 #include <errno.h>
 #include <pwd.h>
 #include <signal.h>
+#include <sys/socket.h>
 #include <sys/ioctl.h>
+#include <sys/types.h>
+#include <sys/stat.h>
 #include <net/if.h>
 
 /* default slcan line discipline since Kernel 2.6.25 */