aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1999-02-14 22:02:33 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1999-02-14 22:02:33 +0000
commit2e55cb365bb0333cf5f81a9b69546cbd1b61597b (patch)
tree8d7281fc37c0cd375c80c031ae8109b43e50c39a
parent3be02e647340a242a3828b1c4d165eff00bd19e2 (diff)
Notes
-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 91650a6903af..b0d5fb5f876e 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.5 1999/02/13 11:06:20 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 cc3dad823aee..f47490733c98 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.10 1999/02/13 11:06:19 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