summaryrefslogtreecommitdiffstats
path: root/lib/libautofs/libautofs.c
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2004-09-08 08:44:14 +0000
committeralfred <alfred@FreeBSD.org>2004-09-08 08:44:14 +0000
commit8337118014694f7f25c0fe0425553914b6ae882a (patch)
tree24bbe73be77f1a04bbf9f3e5aa2f938fb71bbf35 /lib/libautofs/libautofs.c
parentc2b417e394a6ab4f6a2101136afaf4b8e57fdfef (diff)
downloadFreeBSD-src-8337118014694f7f25c0fe0425553914b6ae882a.zip
FreeBSD-src-8337118014694f7f25c0fe0425553914b6ae882a.tar.gz
sync with private code:
fix a 5.x'ism that 4.x needs protection from. make this code compile standalone.
Diffstat (limited to 'lib/libautofs/libautofs.c')
-rw-r--r--lib/libautofs/libautofs.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/libautofs/libautofs.c b/lib/libautofs/libautofs.c
index 7d2e26a..88bad16 100644
--- a/lib/libautofs/libautofs.c
+++ b/lib/libautofs/libautofs.c
@@ -24,7 +24,7 @@
* SUCH DAMAGE.
*
* $FreeBSD$
- * $Id: libautofs.c,v 1.3 2004/08/31 08:49:56 bright Exp $
+ * $Id: libautofs.c,v 1.5 2004/09/08 08:44:12 bright Exp $
*/
#include <err.h>
#include <ctype.h>
@@ -43,7 +43,11 @@
#include <sys/stat.h>
#include <sys/sysctl.h>
+#ifdef AUTOFSSTANDALONE
+#include "../autofs/autofs.h"
+#else
#include <fs/autofs/autofs.h>
+#endif
#include "libautofs.h"
OpenPOWER on IntegriCloud