ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/libltdl/loaders/dld_link.c
(Generate patch)

Comparing ircd-hybrid/branches/8.2.x/libltdl/loaders/dld_link.c (file contents):
Revision 4900 by michael, Thu Apr 24 16:15:51 2014 UTC vs.
Revision 4901 by michael, Sat Nov 22 18:31:53 2014 UTC

# Line 1 | Line 1
1   /* loader-dld_link.c -- dynamic linking with dld
2  
3 <   Copyright (C) 1998, 1999, 2000, 2004, 2006,
4 <                 2007, 2008 Free Software Foundation, Inc.
3 >   Copyright (C) 1998-2000, 2004, 2006-2008, 2011-2014 Free Software
4 >   Foundation, Inc.
5     Written by Thomas Tanner, 1998
6  
7     NOTE: The canonical source of this file is maintained with the
# Line 90 | Line 90 | get_vtable (lt_user_data loader_data)
90   /* --- IMPLEMENTATION --- */
91  
92  
93 < #if defined(HAVE_DLD_H)
93 > #if defined HAVE_DLD_H
94   #  include <dld.h>
95   #endif
96  

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)