~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to sql/tztime.cc

  • Committer: Stewart Smith
  • Date: 2008-06-30 05:33:25 UTC
  • mfrom: (12.2.8 drizzle)
  • mto: This revision was merged to the branch mainline in revision 19.
  • Revision ID: stewart@flamingspork.com-20080630053325-mwrv6bjaufcpvj8n
merge my work

Show diffs side-by-side

added added

removed removed

Lines of Context:
2446
2446
int
2447
2447
main(int argc, char **argv)
2448
2448
{
2449
 
#ifndef __NETWARE__
2450
2449
  MY_INIT(argv[0]);
2451
2450
 
2452
2451
  if (argc != 2 && argc != 3)
2505
2504
    free_root(&tz_storage, MYF(0));
2506
2505
  }
2507
2506
 
2508
 
#else
2509
 
  fprintf(stderr, "This tool has not been ported to NetWare\n");
2510
 
#endif /* __NETWARE__ */
2511
 
 
2512
2507
  return 0;
2513
2508
}
2514
2509