1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-02 03:52:49 -05:00

Consequences of Simon's recent deglobalisation changes.

[originally from svn r2573]
This commit is contained in:
Ben Harris
2003-01-12 16:11:27 +00:00
parent 6fbf5d8540
commit b4d37df579
7 changed files with 39 additions and 37 deletions

View File

@ -1,4 +1,4 @@
/* $Id: mac.c,v 1.26 2003/01/12 14:45:33 ben Exp $ */
/* $Id: mac.c,v 1.27 2003/01/12 16:11:27 ben Exp $ */
/*
* Copyright (c) 1999 Ben Harris
* All rights reserved.
@ -204,14 +204,6 @@ static void mac_startup(void) {
default_port = DEFAULT_PORT;
flags = FLAG_INTERACTIVE;
/*
* Really grotty hack to ensure that anything that looks at the
* global "cfg" variable gets something vaguely sensible.
* Obviously, nothing should actually be using it, but that will
* take a while to arrange.
*/
do_defaults(NULL, &cfg);
{
short vol;
long dirid;