freebsd-src/include/malloc.h
Warner Losh 34041aac83 Remove $FreeBSD$: one-line .h pattern
Remove /^\s*\*+\s*\$FreeBSD\$.*$\n/

Similar commit in main:
(cherry picked from commit 42b388439b)
2023-08-23 11:43:22 -06:00

6 lines
89 B
C

/*-
* This file is in the public domain.
*/
#include <stdlib.h>
#include <malloc_np.h>