mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
Retreat from the idea of using gzip'd ascii files.
This commit is contained in:
parent
cfc507cc8b
commit
e9b2310837
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4199
@ -178,7 +178,6 @@ ShowFile(char *filename, char *header)
|
||||
return;
|
||||
}
|
||||
dialog_clear();
|
||||
sprintf(buf, "/stand/gzip -c -d %s", filename);
|
||||
dialog_prgbox(header, buf, LINES-1, COLS, TRUE, FALSE);
|
||||
dialog_textbox(header, filename, LINES-1, COLS);
|
||||
dialog_clear();
|
||||
}
|
||||
|
@ -46,10 +46,10 @@
|
||||
#define BOOT_MAGIC 0xAA55
|
||||
#define ACTIVE 0x80
|
||||
|
||||
#define COPYRIGHT_FILE "/COPYRIGHT.gz"
|
||||
#define README_FILE "/README.gz"
|
||||
#define HELPME_FILE "/DISKSPACE.FAQ.gz"
|
||||
#define RELNOTES_FILE "/RELNOTES.FreeBSD.gz"
|
||||
#define COPYRIGHT_FILE "/COPYRIGHT"
|
||||
#define README_FILE "/README"
|
||||
#define HELPME_FILE "/DISKSPACE.FAQ"
|
||||
#define RELNOTES_FILE "/RELNOTES.FreeBSD"
|
||||
|
||||
#ifndef EXTERN
|
||||
# define EXTERN extern
|
||||
|
Loading…
Reference in New Issue
Block a user