* amd/sun_map.h: new header file for Sun style map support
- * amd/sun_map.c: new soruce file for Sun style map support
+ * amd/sun_map.c: new soruce file for Sun style map support, clean up comments
- * amd/sun_map_parse.y: new yacc file for parsing Sun style maps
+ * amd/sun_map_parse.y: new yacc file for parsing Sun style maps,
+ fix copyright notice, put filename below license
- * amd/sun_map_tok.l: new lex file for parsing Sun style maps
+ * amd/sun_map_tok.l: new lex file for parsing Sun style maps, fix
+ copyright notice, put filename below license
2005-08-06 Erez Zadok <ezk@cs.sunysb.edu>
/*
* Add a data pointer to the end of the list.
- *
- * param list
- * param data
*/
void sun_list_add(struct sun_list *list, qelem *item) {
item->q_forw = NULL;
}
-
/*
* Sun2Amd conversion routines
*/
/*
+ * Copyright (c) 2005 Daniel Ottavio
* Copyright (c) 1997-2005 Erez Zadok
* Copyright (c) 1990 Jan-Simon Pendry
* Copyright (c) 1990 Imperial College of Science, Technology & Medicine
* SUCH DAMAGE.
*
*
- * $Id: sun_map_parse.y,v 1.1 2005/08/06 19:45:07 ottavio Exp $
+ * File: am-utils/amd/sun_map_parse.y
*
*/
return retval;
}
-
static struct sun_list *get_sun_include_list() {
if(sun_include_list == NULL) {
sun_include_list = sun_list_alloc();
/*
+ * Copyright (c) 2005 Daniel Ottavio
* Copyright (c) 1997-2005 Erez Zadok
* Copyright (c) 1990 Jan-Simon Pendry
* Copyright (c) 1990 Imperial College of Science, Technology & Medicine
* SUCH DAMAGE.
*
*
- * $Id: sun_map_tok.l,v 1.1 2005/08/06 19:45:07 ottavio Exp $
+ * File: am-utils/amd/sun_map_tok.l
*
*/