8 lines
144 B
C
8 lines
144 B
C
#ifndef _MINIX_PATHS_H_
|
|
#define _MINIX_PATHS_H_
|
|
|
|
#define _PATH_SERVICE "/bin/service"
|
|
#define _PATH_PROC "/proc/"
|
|
|
|
#endif /* _MINIX_PATHS_H_ */
|