mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 05:00:30 -04:00
13 lines
299 B
C
13 lines
299 B
C
--- src/readconf.c.orig 2003-04-17 11:12:41 UTC
|
|
+++ src/readconf.c
|
|
@@ -19,6 +19,10 @@
|
|
*/
|
|
|
|
#include "includes.h"
|
|
+
|
|
+CONFIG cf;
|
|
+STRUCTURE_REGEXS reg;
|
|
+
|
|
void lt_set_config_err(char *option, char *val) {
|
|
printf("Error: invalid value [%s] to option [%s] in cfg file\n", val, option);
|
|
exit (1);
|