summaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--contrib/amd/include/am_defs.h4
-rw-r--r--usr.sbin/amd/include/config.h8
2 files changed, 6 insertions, 6 deletions
diff --git a/contrib/amd/include/am_defs.h b/contrib/amd/include/am_defs.h
index 91650a6..94b387e 100644
--- a/contrib/amd/include/am_defs.h
+++ b/contrib/amd/include/am_defs.h
@@ -38,7 +38,7 @@
*
* %W% (Berkeley) %G%
*
- * $Id: am_defs.h,v 1.3 1998/11/14 03:13:32 obrien Exp $
+ * $Id: am_defs.h,v 1.4 1999/01/13 20:03:59 obrien Exp $
*
*/
@@ -1054,7 +1054,7 @@ extern char *nc_sperror(void);
* Actions to take if <ufs/ufs_mount.h> exists.
*/
#ifdef HAVE_UFS_UFS_MOUNT_H
-# include <ufs/ufs_mount.h>
+# include <ufs/ufs/ufsmount.h>
#endif /* HAVE_UFS_UFS_MOUNT_H */
/*
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