=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/link.h,v retrieving revision 1.3 retrieving revision 1.4 diff -c -r1.3 -r1.4 *** src/include/link.h 1997/09/21 10:45:40 1.3 --- src/include/link.h 1999/05/18 15:50:09 1.4 *************** *** 1,4 **** ! /* $OpenBSD: link.h,v 1.3 1997/09/21 10:45:40 niklas Exp $ */ /* $NetBSD: link.h,v 1.10 1996/01/09 00:00:11 pk Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: link.h,v 1.4 1999/05/18 15:50:09 espie Exp $ */ /* $NetBSD: link.h,v 1.10 1996/01/09 00:00:11 pk Exp $ */ /* *************** *** 43,49 **** #define _LINK_H_ /* ! * A `Shared Object Descriptor' descibes a shared object that is needed * to complete the link edit process of the object containing it. * A list of such objects (chained through `sod_next') is pointed at * by `sdt_sods' in the section_dispatch_table structure. --- 43,49 ---- #define _LINK_H_ /* ! * A `Shared Object Descriptor' describes a shared object that is needed * to complete the link edit process of the object containing it. * A list of such objects (chained through `sod_next') is pointed at * by `sdt_sods' in the section_dispatch_table structure.