From: Erez Zadok Date: Sat, 3 Dec 2005 20:36:43 +0000 (+0000) Subject: * minor new ports: i386-unknown-netbsdelf2.1, X-Git-Tag: am-utils-6_2a2~28 X-Git-Url: https://git.fsl.cs.sunysb.edu/?a=commitdiff_plain;h=31a65fa546bf5d463f3ab0d325999d973a5698c4;p=am-utils-6.0.git * minor new ports: i386-unknown-netbsdelf2.1, 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 which causes compile errors). --- diff --git a/ChangeLog b/ChangeLog index 7ee21f1..3a0d0ff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2005-12-03 Erez Zadok + + * minor new ports: i386-unknown-netbsdelf2.1, + i386-unknown-netbsdelf3.0 (RC5), and i386-unknown-openbsd3.8. + +2005-12-02 Erez Zadok + + * m4/macros/check_field.m4: remove double inclusion of msdosfs + headers, which are included in mount_header1.h (netbsd 2.1 doesn't + protect which causes compile errors). + 2005-11-08 Erez Zadok * minor new port: i386-unknown-freebsd6.0 (RELEASE) diff --git a/NEWS b/NEWS index eccd7dc..8768808 100644 --- 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) diff --git a/m4/macros/check_field.m4 b/m4/macros/check_field.m4 index cebc58e..2001032 100644 --- a/m4/macros/check_field.m4 +++ b/m4/macros/check_field.m4 @@ -80,16 +80,6 @@ typedef struct mnttab mntent_t; * for various filesystem specific mount arguments */ -#ifdef HAVE_SYS_FS_PC_FS_H -# include -#endif /* HAVE_SYS_FS_PC_FS_H */ -#ifdef HAVE_MSDOSFS_MSDOSFSMOUNT_H -# include -#endif /* HAVE_MSDOSFS_MSDOSFSMOUNT_H */ -#ifdef HAVE_FS_MSDOSFS_MSDOSFSMOUNT_H -# include -#endif /* HAVE_FS_MSDOSFS_MSDOSFSMOUNT_H */ - #ifdef HAVE_SYS_FS_EFS_CLNT_H # include #endif /* HAVE_SYS_FS_EFS_CLNT_H */