aboutsummaryrefslogtreecommitdiff
path: root/include/sys/param.h
blob: 577f415a006c41b1939132e51f11e11107dc5d2c (plain)
1
2
3
4
5
6
#ifndef __PARAM_H__
#define __PARAM_H__

#define MAXPATHLEN 255

#endif