~jontai/openvista-gtm-integration/bug683878

« back to all changes in this revision

Viewing changes to src/libopenvista/gtmserver.c

  • Committer: Jonathan Tai
  • Date: 2010-12-04 06:42:14 UTC
  • Revision ID: jon.tai@medsphere.com-20101204064214-b4od14ujsrj3c58j
add note about how to upgrade to gtmserver2

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
  grandchild_id = -1;
39
39
 
40
40
  fprintf(stderr, "$&openvista.gtmserver is deprecated; use $&openvista.gtmserver2 instead\n");
 
41
  fprintf(stderr, "OpenVista users can upgrade by installing XU*8.0*1508 and running ZTMGRSET\n\n");
41
42
 
42
43
  RETRY_EINTR(result=pipe(fds));
43
44
  if (result<0) {