[BACK]Return to nlist_ecoff.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libc / gen

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/lib/libc/gen/nlist_ecoff.c between version 1.5 and 1.6

version 1.5, 1997/12/15 05:43:52 version 1.6, 1998/02/03 18:23:48
Line 58  __RCSID("$NetBSD$");
Line 58  __RCSID("$NetBSD$");
   
 int  int
 __fdnlist_ecoff(fd, list)  __fdnlist_ecoff(fd, list)
         register int fd;          int fd;
         register struct nlist *list;          struct nlist *list;
 {  {
         struct nlist *p;          struct nlist *p;
         struct ecoff_exechdr *exechdrp;          struct ecoff_exechdr *exechdrp;

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

CVSweb <webmaster@jp.NetBSD.org>