chiark / gitweb /
build: Use new separate auto-version tool.
[tripe] / server / tun-unet.c
index 9a79dd858c365cdcbc47c6096ab73d6334ad54e4..2d11ca0f8e3480057b1e1167c58a59f6baaf81fe 100644 (file)
@@ -1,6 +1,4 @@
 /* -*-c-*-
- *
- * $Id$
  *
  * Tunnel interface based on Linux Usernet
  *
@@ -164,11 +162,7 @@ static void t_inject(tunnel *t, buf *b)
  */
 
 static void t_destroy(tunnel *t)
-{
-  sel_rmfile(&t->f);
-  close(t->f.fd);
-  DESTROY(t);
-}
+  { sel_rmfile(&t->f); close(t->f.fd); DESTROY(t); }
 
 const tunnel_ops tun_unet = {
   "unet",