Date: Fri, 19 Apr 1996 11:40:26 -0700 (PDT) From: Bruce Evans <bde> To: CVS-committers, cvs-all, cvs-lib, cvs-sys Subject: cvs commit: src/sys/libkern qsort.c src/lib/libc/gen assert.c src/lib/libc/locale table.c src/lib/libc/stdlib qsort.c heapsort.c Message-ID: <199604191840.LAA23610@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 96/04/19 11:40:26 Modified: lib/libc/gen assert.c lib/libc/locale table.c lib/libc/stdlib qsort.c heapsort.c sys/libkern qsort.c Log: Don't include <sys/types.h> when it isn't used. This commit covers most of the ANSI library functions. Many others only need <sys/types.h> because they use u_xxx. Revision Changes Path 1.2 +0 -1 src/lib/libc/gen/assert.c 1.3 +0 -2 src/lib/libc/locale/table.c 1.4 +1 -2 src/lib/libc/stdlib/qsort.c 1.2 +1 -2 src/lib/libc/stdlib/heapsort.c 1.3 +1 -2 src/sys/libkern/qsort.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199604191840.LAA23610>