~n-muench/ubuntu/oneiric/open-vm-tools/open-vm-tools.fix-836277

« back to all changes in this revision

Viewing changes to lib/deployPkg/runDeployPkgPosix.c

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2008-10-23 15:32:00 UTC
  • mfrom: (1.1.2 upstream) (2.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20081023153200-gc1bfx89hj35c799
Tags: 2008.10.10-123053-2
* Correcting typo in dh_installinit call.
* Downgrading depends on module-assistant to recommends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
 
35
35
#define LIBPATH_DEPLOYPKG "/usr/lib/libDeployPkg.so"
36
36
 
 
37
#ifndef RTLD_LOCAL
 
38
/*
 
39
 * Needed for very old FreeBSD versions...
 
40
 */
 
41
#define RTLD_LOCAL 0
 
42
#endif
 
43
 
37
44
/*
38
45
 *----------------------------------------------------------------------
39
46
 *