calpick/freebsd.h
2022-02-15 14:39:58 -08:00

9 lines
129 B
C

#ifndef _FREEBSD_H_
#define _FREEBSD_H_
#define __FBSDID(X)
#define __unused __attribute__((unused))
#endif /* _FREEBSD_H_ */