Switch from GPLv2 to GPLv2+
[fw/altos] / libaltos / libaltos_linux.c
index d7cd15cfe79357a92b7f44c680c9b8bb6038ca4a..1cade72d6e25ce4763dfeb601f714b3d901eec50 100644 (file)
@@ -3,7 +3,8 @@
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; version 2 of the License.
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
  *
  * This program is distributed in the hope that it will be useful, but
  * WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -517,7 +518,7 @@ altos_bt_open(struct altos_bt_device *device)
 #else
        file->out_fd = dup(file->fd);
 #endif
-       return file;
+       return &file->file;
 no_link:
        close(file->fd);
 no_sock: