~ubuntu-branches/ubuntu/quantal/open-vm-tools/quantal-201210021442

« back to all changes in this revision

Viewing changes to lib/include/posix.h

  • Committer: Bazaar Package Importer
  • Author(s): Serge Hallyn
  • Date: 2011-03-31 14:20:05 UTC
  • mfrom: (1.4.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20110331142005-3n9red91p7ogkweo
Tags: 2011.03.28-387002-0ubuntu1
* Merge latest upstream git tag.  This has the unlocked_ioctl change
  needed to fix dkms build failures (LP: #727342)
* Changes in debian/rules:
  - work around a bug in toolbox/Makefile, where install-exec-hook is
    not happening.  This needs to get fixed the right way.
  - don't install 'vmware-user' which seems to no longer exist
  - move /etc/xdg into open-vm-toolbox (which should be done using .install)
* debian/open-vm-tools.init: add 'modprobe [-r] vmblock'. (LP: #332323)
* debian/rules and debian/open-vm-toolbox.lintian-overrides:
  - Make vmware-user-suid-wrapper suid-root (LP: #332323)

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
int Posix_Unlink(ConstUnicode pathName);
75
75
FILE *Posix_Freopen(ConstUnicode pathName, const char *mode, FILE *stream);
76
76
int Posix_Access(ConstUnicode pathName, int mode);
 
77
int Posix_EuidAccess(ConstUnicode pathName, int mode);
77
78
int Posix_Stat(ConstUnicode pathName, struct stat *statbuf);
78
79
int Posix_Chmod(ConstUnicode pathName, mode_t mode);
79
80
void Posix_Perror(ConstUnicode str);
469
470
   ASSERT(nodename || servname);
470
471
   ASSERT(res);
471
472
 
472
 
   hWs2_32 = LoadLibraryA("ws2_32");
 
473
   hWs2_32 = LoadLibraryW(L"ws2_32");
473
474
 
474
475
   if (hWs2_32) {
475
476
      /*
581
582
   Unicode servUTF8 = NULL;
582
583
   GetNameInfoWFnType GetNameInfoWFn;
583
584
 
584
 
   hWs2_32 = LoadLibraryA("ws2_32");
 
585
   hWs2_32 = LoadLibraryW(L"ws2_32");
585
586
 
586
587
   if (hWs2_32) {
587
588
      /*