opnsense-src/include/malloc.h
Warner Losh 41cce6caf2 Remove $FreeBSD$: one-line .h pattern
Remove /^\s*\*+\s*\$FreeBSD\$.*$\n/

Similar commit in main:
(cherry picked from commit 42b388439b)
2023-09-06 07:58:29 +02:00

5 lines
89 B
C

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