mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
to propagete BSD disklabels to architectures not already so polluted. Sponsored by: DARPA & NAI Labs.
9 lines
207 B
C
9 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 */
|