diff options
author | Julien Cristau <jcristau@debian.org> | 2013-08-12 18:40:27 +0200 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-11-22 22:53:44 -0800 |
commit | 5e27c364b174497d427dcecd122d711ef6b9f630 (patch) | |
tree | 5a76ccd7ea26b67a16a5e9232974a7c49924d2f8 /src/util/miscutil.c | |
parent | 7d34534c050cb4366c7b14bff585c17d6d578f89 (diff) |
Make serverGeneration unsigned
Makes the definition match other declarations, and xserver's definition.
Debian bug#689439
Reported-by: Michael Tautschnig <mt@debian.org>
Signed-off-by: Julien Cristau <jcristau@debian.org>
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'src/util/miscutil.c')
-rw-r--r-- | src/util/miscutil.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/miscutil.c b/src/util/miscutil.c index 7173d36..3d802d2 100644 --- a/src/util/miscutil.c +++ b/src/util/miscutil.c @@ -47,7 +47,7 @@ extern void BuiltinRegisterFpeFunctions(void); #ifndef NO_WEAK_SYMBOLS /* make sure everything initializes themselves at least once */ -weak long serverGeneration = 1; +weak unsigned long serverGeneration = 1; #endif weak void |