* conf/mount/mount_linux.c: If autoconf didn't find any disk-based
file system on this system (probably because /proc isn't mounted),
then provide some default definition for this file to compile.
A.i386-pc-linux-fc4
A.i386-pc-linux-suse9.3
A.i386-pc-linuxoldld-deb3.1
+A.i386-pc-linux-deb3.1
+2005-09-07 Erez Zadok <ezk@cs.sunysb.edu>
+
+ * minor new port: i386-pc-linux-deb3.1.
+
+2005-09-02 Erez Zadok <ezk@cs.sunysb.edu>
+
+ * conf/mount/mount_linux.c: If autoconf didn't find any disk-based
+ file system on this system (probably because /proc isn't mounted),
+ then provide some default definition for this file to compile.
+
2005-08-27 Erez Zadok <ezk@cs.sunysb.edu>
* Makefile.am (DISTCLEANFILES): also remove amu_autofs_prot.h,
*** Notes specific to am-utils version 6.1.2-rc1
+- minor new ports:
+ i386-pc-linux-deb3.1
+
- bugs fixed:
* minor documentation corrections
#include <amu.h>
+#ifndef MOUNT_TYPE_UFS
+/*
+ * Autoconf didn't find any disk-based f/s on this system,
+ * So provide some default definition for this file to compile.
+ */
+# define MOUNT_TYPE_UFS "no_disk_fs"
+#endif /* not MOUNT_TYPE_UFS */
+
struct opt_map {
const char *opt; /* option name */
int inv; /* true if flag value should be inverted */