i386-unknown-netbsdelf3.0 (RC5), and i386-unknown-openbsd3.8.
* m4/macros/check_field.m4: remove double inclusion of msdosfs
headers, which are included in mount_header1.h (netbsd 2.1 doesn't
protect <msdosfs/msdosfsmount.h> which causes compile errors).
+2005-12-03 Erez Zadok <ezk@cs.sunysb.edu>
+
+ * minor new ports: i386-unknown-netbsdelf2.1,
+ i386-unknown-netbsdelf3.0 (RC5), and i386-unknown-openbsd3.8.
+
+2005-12-02 Erez Zadok <ezk@cs.sunysb.edu>
+
+ * m4/macros/check_field.m4: remove double inclusion of msdosfs
+ headers, which are included in mount_header1.h (netbsd 2.1 doesn't
+ protect <msdosfs/msdosfsmount.h> which causes compile errors).
+
2005-11-08 Erez Zadok <ezk@cs.sunysb.edu>
* minor new port: i386-unknown-freebsd6.0 (RELEASE)
- minor new ports:
i386-unknown-freebsd6.0 (RELEASE)
+ i386-unknown-netbsdelf2.1
+ i386-unknown-netbsdelf3.0 (RC5)
+ i386-unknown-openbsd3.8
- Bugs fixed:
* correctly print nfs_args->addr info (sin_family/port/addr)
* for various filesystem specific mount arguments
*/
-#ifdef HAVE_SYS_FS_PC_FS_H
-# include <sys/fs/pc_fs.h>
-#endif /* HAVE_SYS_FS_PC_FS_H */
-#ifdef HAVE_MSDOSFS_MSDOSFSMOUNT_H
-# include <msdosfs/msdosfsmount.h>
-#endif /* HAVE_MSDOSFS_MSDOSFSMOUNT_H */
-#ifdef HAVE_FS_MSDOSFS_MSDOSFSMOUNT_H
-# include <fs/msdosfs/msdosfsmount.h>
-#endif /* HAVE_FS_MSDOSFS_MSDOSFSMOUNT_H */
-
#ifdef HAVE_SYS_FS_EFS_CLNT_H
# include <sys/fs/efs_clnt.h>
#endif /* HAVE_SYS_FS_EFS_CLNT_H */