summaryrefslogtreecommitdiffstats
path: root/usr.sbin/amd
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-02-13 11:06:20 +0000
committerobrien <obrien@FreeBSD.org>1999-02-13 11:06:20 +0000
commit1cddd2160576125f9b7544f0af72ccb52afa4513 (patch)
tree80f6e4bd820df9f20075045179e26f123044759f /usr.sbin/amd
parent1ff9917e475c4eb1d9231e33318af8f554eaa59c (diff)
downloadFreeBSD-src-1cddd2160576125f9b7544f0af72ccb52afa4513.zip
FreeBSD-src-1cddd2160576125f9b7544f0af72ccb52afa4513.tar.gz
Fix ufs mounting support
PR: 10044 Submitted by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
Diffstat (limited to 'usr.sbin/amd')
-rw-r--r--usr.sbin/amd/include/config.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/amd/include/config.h b/usr.sbin/amd/include/config.h
index cc3dad8..fe6b7db 100644
--- a/usr.sbin/amd/include/config.h
+++ b/usr.sbin/amd/include/config.h
@@ -1,4 +1,4 @@
-/* $Id: config.h,v 1.8 1998/11/20 05:18:34 obrien Exp $ */
+/* $Id: config.h,v 1.9 1999/01/13 19:33:02 obrien Exp $ */
/* portions derived from
$NetBSD: config.h,v 1.11 1998/08/08 22:33:37 christos Exp $ */
/* config.h. Generated automatically by configure. */
@@ -753,7 +753,7 @@
/* #undef HAVE_FIELD_UFS_ARGS_T_FLAGS */
/* does ufs_args_t have fspec field? */
-/* #undef HAVE_FIELD_UFS_ARGS_T_FSPEC */
+#define HAVE_FIELD_UFS_ARGS_T_FSPEC 1
/* does efs_args_t have flags field? */
/* #undef HAVE_FIELD_EFS_ARGS_T_FLAGS */
@@ -1038,7 +1038,7 @@
/* #undef tmpfs_args_t */
/* Define a type for the ufs_args structure */
-/* #undef ufs_args_t */
+#define ufs_args_t struct ufs_args
/* Define a type for the efs_args structure */
/* #undef efs_args_t */
@@ -1829,7 +1829,7 @@
/* #undef HAVE_TMPFS_TMP_H */
/* Define if you have the <ufs/ufs_mount.h> header file. */
-/* #undef HAVE_UFS_UFS_MOUNT_H */
+#define HAVE_UFS_UFS_MOUNT_H 1
/* Define if you have the <unistd.h> header file. */
#define HAVE_UNISTD_H 1
OpenPOWER on IntegriCloud