View | Details | Raw Unified | Return to bug 182117
Collapse All | Expand All

(-)files/patch-widentd.c (+13 lines)
Line 0 Link Here
1
--- widentd.c.orig	2013-09-15 16:42:45.000000000 +0200
2
+++ widentd.c	2013-09-15 16:43:18.000000000 +0200
3
@@ -41,6 +41,10 @@
4
 
5
 #define SERVICE			("ident")	/* 113 */
6
 
7
+// Seek middle ground between clang and gcc warnings.
8
+extern int verbose;
9
+extern const char *user, *os;
10
+
11
 int             verbose = 0;
12
 const char     *user = UID;
13
 const char     *os = OS;

Return to bug 182117