Relicence all source and header files included in LGPL code
[lttng-tools.git] / src / common / unix.c
index df92b7a0698ef699ed31a5bbc82b6741362cedfb..c37a2ac81594474cefdc439b9674cd15a1440e2f 100644 (file)
@@ -1,8 +1,8 @@
 /*
- * Copyright (C) 2011 David Goulet <david.goulet@polymtl.ca>
+ * Copyright (C) 2011 EfficiOS Inc.
  * Copyright (C) 2011 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
  *
- * SPDX-License-Identifier: GPL-2.0-only
+ * SPDX-License-Identifier: LGPL-2.1-only
  *
  */
 
@@ -253,7 +253,7 @@ retry:
                        goto end;
                }
        }
-       ret = len;
+
 end:
        return ret;
 }
@@ -352,7 +352,6 @@ retry:
                        goto end;
                }
        }
-       ret = len;
 end:
        return ret;
 }
This page took 0.024107 seconds and 4 git commands to generate.