Added some comments to sun_map_parse_read().
authorDaniel Ottavio <ottavio@fsl.cs.sunysb.edu>
Mon, 15 Aug 2005 01:37:33 +0000 (01:37 +0000)
committerDaniel Ottavio <ottavio@fsl.cs.sunysb.edu>
Mon, 15 Aug 2005 01:37:33 +0000 (01:37 +0000)
commit59a7b92b56a8bd7aa89d7121955870f5288e65e6
treeb74f6907ce66f981dd40e5134dc365805e3a1c9a
parent17d304ae691f66146ffce4380a61b3b75e70bf3d
Added some comments to sun_map_parse_read().

* amd/amd.h: Added an extern from info_file.c called
file_read_line().  Previously this function was static but is now
used in sun2amd.c.

* amd/info_file.c: Changed the static function read_line() to a
public function called file_read_line().  This function is now
used in sun2amd.c

* amd/sun2amd.8: Filled in the contents of this man page.  This is
a conversion utility that converts Sun maps to Amd maps.

* amd/sun2amd.c: Implemented a working version of this utility.
ChangeLog
amd/amd.h
amd/info_file.c
amd/sun2amd.8
amd/sun2amd.c
amd/sun_map_parse.y