* minor new ports: i386-unknown-netbsdelf2.1,
authorErez Zadok <ezk@cs.sunysb.edu>
Sat, 3 Dec 2005 20:36:43 +0000 (20:36 +0000)
committerErez Zadok <ezk@cs.sunysb.edu>
Sat, 3 Dec 2005 20:36:43 +0000 (20:36 +0000)
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).

ChangeLog
NEWS
m4/macros/check_field.m4

index 7ee21f1b186f3254191d3c2bcd4c419ddedc04ad..3a0d0ff130499cd5502965e48489bc863e7103b9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+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)
diff --git a/NEWS b/NEWS
index eccd7dc823e3c5377b5cd44ce75768c4380ef171..87688081f21d9986b5c6a89225988995c585884e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,9 @@ shortname, user=N, group=N, mask=N, and dirmask=N.
 
 - 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)
index cebc58e9f92dd487b5002a7014c8cf555b8521a3..20010323ea4d2f97e07c09d982d718f83ab8a033 100644 (file)
@@ -80,16 +80,6 @@ typedef struct mnttab mntent_t;
  * 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 */