Page MenuHomeDevCentral

D2396.diff
No OneTemporary

D2396.diff

diff --git a/source/prototypes.h b/source/prototypes.h
--- a/source/prototypes.h
+++ b/source/prototypes.h
@@ -125,12 +125,9 @@
del_sendq (long),
clear_sendq (long, long);
-char L[524],
- *plural (size_t);
+char *plural (size_t);
-int socketfd,
- alarmed,
- match_wild (const char *, const char *),
+int match_wild (const char *, const char *),
Send (void),
get_sendq_count (long);
long check_access (char *, char *, int, char *);
diff --git a/source/vars.h b/source/vars.h
--- a/source/vars.h
+++ b/source/vars.h
@@ -370,3 +370,8 @@
void *(*func) (struct setup_parameter *parameter, char *ptr); /* Optional function that can do other things with the value, and veto the change by returning NULL. */
}
parameters[];
+
+static char L[524];
+
+static int alarmed;
+static int socketfd;

File Metadata

Mime Type
text/plain
Expires
Fri, Nov 22, 08:10 (1 h, 46 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2255908
Default Alt Text
D2396.diff (844 B)

Event Timeline