b7e368f7c1
to propagete BSD disklabels to architectures not already so polluted. Sponsored by: DARPA & NAI Labs.
10 lines
207 B
C
10 lines
207 B
C
/* $FreeBSD$ */
|
|
#ifndef MDMFS_PATHNAMES_H
|
|
#define MDMFS_PATHNAMES_H
|
|
|
|
#define PATH_MDCONFIG "/sbin/mdconfig"
|
|
#define PATH_NEWFS "/sbin/newfs"
|
|
#define PATH_MOUNT "/sbin/mount"
|
|
|
|
#endif /* !MDMFS_PATHNAMES_H */
|