Module Name: src Committed By: joerg Date: Sat Feb 20 21:50:02 UTC 2016
Modified Files: src/external/cddl/osnet/dist/tools/ctf/cvt: strtab.c Log Message: Shuffle include order to avoid missing free on glibc. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/cddl/osnet/dist/tools/ctf/cvt/strtab.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/external/cddl/osnet/dist/tools/ctf/cvt/strtab.c diff -u src/external/cddl/osnet/dist/tools/ctf/cvt/strtab.c:1.2 src/external/cddl/osnet/dist/tools/ctf/cvt/strtab.c:1.3 --- src/external/cddl/osnet/dist/tools/ctf/cvt/strtab.c:1.2 Sun Feb 21 00:49:56 2010 +++ src/external/cddl/osnet/dist/tools/ctf/cvt/strtab.c Sat Feb 20 21:50:02 2016 @@ -28,8 +28,8 @@ #include <sys/types.h> #include <sys/sysmacros.h> -#include <strings.h> #include <stdlib.h> +#include <strings.h> #include <stdio.h> #include "strtab.h"