diff options
author | Liav A <liavalb@gmail.com> | 2022-10-15 07:05:55 +0300 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-10-15 13:16:24 +0200 |
commit | 6bb738c1b3f0ad222bda6391e88872bc8298c32c (patch) | |
tree | 53d2271c2f1a0f4c223424f50532a438a835b559 /Userland/Libraries/LibC | |
parent | f70ec7582ffad5a5e82bb1a8ddcb69d7ab8dd9a3 (diff) | |
download | serenity-6bb738c1b3f0ad222bda6391e88872bc8298c32c.zip |
Ports: Add dosfstools port
Diffstat (limited to 'Userland/Libraries/LibC')
-rw-r--r-- | Userland/Libraries/LibC/paths.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Userland/Libraries/LibC/paths.h b/Userland/Libraries/LibC/paths.h index c42eda3244..658d40e780 100644 --- a/Userland/Libraries/LibC/paths.h +++ b/Userland/Libraries/LibC/paths.h @@ -8,3 +8,6 @@ // FIXME: This is just a default value to satisfy OpenSSH, feel free to change it. #define _PATH_MAILDIR "/var/mail" + +// Deprecated definition for dosfstools port. +#define _PATH_MOUNTED "/etc/mtab" |