patch-1.3.15 linux/init/main.c
Next file: linux/init/version.c
Previous file: linux/include/net/sock.h
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Tue Aug 1 10:02:47 1995
- Orig file:
v1.3.14/linux/init/main.c
- Orig date:
Fri Jul 7 08:54:55 1995
diff -u --recursive --new-file v1.3.14/linux/init/main.c linux/init/main.c
@@ -145,7 +145,7 @@
}
struct {
- char *str;
+ const char *str;
void (*setup_func)(char *, int *);
} bootsetups[] = {
{ "reserve=", reserve_setup },
@@ -305,7 +305,7 @@
static void parse_options(char *line)
{
char *next;
- static char *devnames[] = { "hda", "hdb", "hdc", "hdd", "sda", "sdb", "sdc", "sdd", "sde", "fd", "xda", "xdb", NULL };
+ static const char *devnames[] = { "hda", "hdb", "hdc", "hdd", "sda", "sdb", "sdc", "sdd", "sde", "fd", "xda", "xdb", NULL };
static int devnums[] = { 0x300, 0x340, 0x1600, 0x1640, 0x800, 0x810, 0x820, 0x830, 0x840, 0x200, 0xD00, 0xD40, 0};
int args, envs;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this