+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-28 Daniel P. Ottavio <dottavio@ic.sunysb.edu>
* amd/sun_map.c (sun_entry2amd) : Wipe out any trailing white
* amd/mapc.c : oops, reverting bad changes
* amd/sun_map_parse.y : oops, reverting bad changes
-
+
2005-08-27 Erez Zadok <ezk@cs.sunysb.edu>
* libamu/xutil.c: amd_program_number is a u_long now.
*** Notes specific to am-utils version 6.2a1
+- minor new ports:
+ i386-pc-linux-deb3.1
+
XXX: Dan, document sun_map_syntax flag in more detail in am-utils.texi and
(more briefly) in amd.conf.5. And in this NEWS file, also briefly.
#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 */