mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-28 22:44:59 -04:00
32 lines
1.0 KiB
Plaintext
32 lines
1.0 KiB
Plaintext
$NetBSD: patch-ab,v 1.2 2009/04/07 18:45:04 hasso Exp $
|
|
|
|
--- 7plus.c.orig 2000-03-20 16:35:56 +0200
|
|
+++ 7plus.c 2009-04-06 11:37:24 +0300
|
|
@@ -118,7 +118,7 @@ const char nomem[] = "\007Argh error:
|
|
"Can't continue.....\n";
|
|
int noquery = 0;
|
|
int force = 0;
|
|
-int fls = 0;
|
|
+int cfls = 0;
|
|
int autokill = 0;
|
|
int simulate = 0;
|
|
int sysop = 0;
|
|
@@ -264,7 +264,7 @@ const char *help[] = {
|
|
#define EXMPL "dh0:/pr/"
|
|
#endif
|
|
|
|
-#if defined(__linux__) || defined(__NetBSD__)
|
|
+#if defined(__linux__) || defined(__NetBSD__) || defined(__DragonFly__)
|
|
#undef EXMPL
|
|
#define EXMPL "/pr/"
|
|
#endif
|
|
@@ -634,7 +634,7 @@ int go_at_it (int argc, char **argv)
|
|
}
|
|
|
|
if (!stricmp (argv[i], "-#")) /* Create 7PLUS.FLS. Contents e.g.: */
|
|
- fls = 1; /* 10 TEST */
|
|
+ cfls = 1; /* 10 TEST */
|
|
/* for TEST.EXE encoded into 10 parts */
|
|
|
|
if (!stricmp (argv[i], "-C")) /* Use 7PLUS-file as a correction file */
|