Deleted Added
full compact
globals.c (8549) globals.c (8556)
1/*
2 * The new sysinstall program.
3 *
4 * This is probably the last program in the `sysinstall' line - the next
5 * generation being essentially a complete rewrite.
6 *
1/*
2 * The new sysinstall program.
3 *
4 * This is probably the last program in the `sysinstall' line - the next
5 * generation being essentially a complete rewrite.
6 *
7 * $Id: globals.c,v 1.3 1995/05/08 21:39:36 jkh Exp $
7 * $Id: globals.c,v 1.4 1995/05/16 02:53:09 jkh Exp $
8 *
9 * Copyright (c) 1995
10 * Jordan Hubbard. All rights reserved.
11 *
12 * Redistribution and use in source and binary forms, with or without
13 * modification, are permitted provided that the following conditions
14 * are met:
15 * 1. Redistributions of source code must retain the above copyright

--- 51 unchanged lines hidden (view full) ---

67 CpioFD = -1;
68 DebugFD = -1;
69 OnCDROM = FALSE;
70 OnSerial = FALSE;
71 ColorDisplay = FALSE;
72 OnVTY = FALSE;
73 DialogActive = FALSE;
74 VarHead = NULL;
8 *
9 * Copyright (c) 1995
10 * Jordan Hubbard. All rights reserved.
11 *
12 * Redistribution and use in source and binary forms, with or without
13 * modification, are permitted provided that the following conditions
14 * are met:
15 * 1. Redistributions of source code must retain the above copyright

--- 51 unchanged lines hidden (view full) ---

67 CpioFD = -1;
68 DebugFD = -1;
69 OnCDROM = FALSE;
70 OnSerial = FALSE;
71 ColorDisplay = FALSE;
72 OnVTY = FALSE;
73 DialogActive = FALSE;
74 VarHead = NULL;
75 MediaType = DEVICE_TYPE_NONE;
76 MediaDevice = NULL;
77}
78
75}
76