~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzleadmin.cc

  • Committer: Monty
  • Date: 2008-10-02 05:41:33 UTC
  • mfrom: (398.1.10 codestyle)
  • Revision ID: mordred@scylla.inaugust.com-20081002054133-tyxv5bmqpazfaqqi
Merged up to 408 of stdint-includes-fix.

Show diffs side-by-side

added added

removed removed

Lines of Context:
183
183
  if (tty_password)
184
184
    opt_password = get_tty_password(NullS);
185
185
 
186
 
  VOID(signal(SIGINT,endprog));                 /* Here if abort */
187
 
  VOID(signal(SIGTERM,endprog));                /* Here if abort */
 
186
  signal(SIGINT,endprog);                       /* Here if abort */
 
187
  signal(SIGTERM,endprog);              /* Here if abort */
188
188
 
189
189
  if (opt_connect_timeout)
190
190
  {