=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/link_elf.h,v retrieving revision 1.5 retrieving revision 1.6 diff -c -r1.5 -r1.6 *** src/include/link_elf.h 2004/10/14 10:02:28 1.5 --- src/include/link_elf.h 2006/02/06 16:51:50 1.6 *************** *** 1,4 **** ! /* $OpenBSD: link_elf.h,v 1.5 2004/10/14 10:02:28 kettenis Exp $ */ /* * Public domain. --- 1,4 ---- ! /* $OpenBSD: link_elf.h,v 1.6 2006/02/06 16:51:50 jmc Exp $ */ /* * Public domain. *************** *** 16,22 **** /* * struct link_map is a part of the protocol between the debugger and * ld.so. ld.so may have additional fields in it's version of this ! * stucture but those are ld.so private fields. */ struct link_map { caddr_t l_addr; /* Base address of library */ --- 16,22 ---- /* * struct link_map is a part of the protocol between the debugger and * ld.so. ld.so may have additional fields in it's version of this ! * structure but those are ld.so private fields. */ struct link_map { caddr_t l_addr; /* Base address of library */