16 lines
333 B
Plaintext
16 lines
333 B
Plaintext
$NetBSD: patch-an,v 1.3 2016/08/09 21:46:07 jdolecek Exp $
|
|
|
|
--- e2fsck/e2fsck.h.orig 2016-06-08 21:39:43.000000000 +0000
|
|
+++ e2fsck/e2fsck.h
|
|
@@ -69,6 +69,10 @@
|
|
|
|
#include "support/quotaio.h"
|
|
|
|
+#ifndef ETC_DIR
|
|
+#define ETC_DIR "/etc" /* Where to find the config file */
|
|
+#endif
|
|
+
|
|
/*
|
|
* Exit codes used by fsck-type programs
|
|
*/
|