* amd/sun2amd.c (sun2amd_convert): If the input line is too long
authorDaniel Ottavio <ottavio@fsl.cs.sunysb.edu>
Wed, 17 Aug 2005 04:12:06 +0000 (04:12 +0000)
committerDaniel Ottavio <ottavio@fsl.cs.sunysb.edu>
Wed, 17 Aug 2005 04:12:06 +0000 (04:12 +0000)
commitec8736e986d3beafa679d82b6002972d68be1d85
treeaa08fa2c0a89910994467af1c6b7722b96f7f5b1
parent6edf92bc168db35ccb429c8da9487b352e89d78c
* amd/sun2amd.c (sun2amd_convert): If the input line is too long
don't return an error just null terminate and continue.  Fix bug:
the map key was not written.

* amd/sun_map.c: Add a new Amd device, and cdfs constant.
(sun_locations2amd): Write the NFS type keyword
for each host of the mount entry.  Add a space between each mount
location.
(sun_hsfs2amd): New function to support hsfs to
cdfs.
(sun_nfs2amd): Don't write the nfs type here.  Fix
comments.
(sun_entry2amd): Change function parameter var for
clarity.  Add support for hsfs.

* amd/sun_map_parse.y (sun_map_parse_read): Reset the entry list
after it has been returned.
ChangeLog
amd/sun2amd.c
amd/sun_map.c
amd/sun_map_parse.y