Guillem Jover
ecb44e1655
Do not add a pointer to the NULL constant
...
Warned-by: cppcheck (nullPointerArithmetic)
2024-01-07 16:45:46 +01:00
Guillem Jover
8e8834d8e5
Remove RCSID tags
...
These are obsolete markers, and in some cases they repeat the
information already present in the comment header.
2017-06-19 03:17:21 +02:00
Guillem Jover
07c76b666d
Do not use legacy BSD u_* types
...
Some systems do not have these types available, and they are simply
convenience aliases. Instead use the expanded versions which are more
portable.
Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=101192
2017-06-05 06:18:27 +02:00
Guillem Jover
025b44800e
Make mergesort setup() static
2015-09-23 07:59:34 +02:00
Guillem Jover
a6a101effa
Use ANSI C prototypes
2015-09-23 07:59:34 +02:00
Guillem Jover
be6ab54986
Add new mergesort function
...
Taken from FreeBSD.
2011-05-14 13:43:48 +02:00