freebsd-src/cddl/compat/opensolaris/include/solaris.h
Warner Losh 2a63c3be15 Remove $FreeBSD$: one-line .c comment pattern
Remove /^/[*/]\s*\$FreeBSD\$.*\n/
2023-08-16 11:54:29 -06:00

14 lines
167 B
C

#ifndef _SOLARIS_H_
#define _SOLARIS_H_
#include <sys/ccompile.h>
#include <fcntl.h>
#define NOTE(s)
int mkdirp(const char *, mode_t);
#endif /* !_SOLARIS_H_ */