diff options
author | Matt Kraai <mkraai@beckman.com> | 2010-01-05 09:41:53 -0800 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2010-02-02 07:18:17 +0100 |
commit | 3ee9d1a3d1e934eccd0846b4dac30aae40dc70f8 (patch) | |
tree | e391fb3921771bb0612be4156a3adb34f5ff771f /pidl/tests | |
parent | aa6a507e76685f2a8d1f3bd33cbf0fbdeb0d69ce (diff) | |
download | samba-3ee9d1a3d1e934eccd0846b4dac30aae40dc70f8.tar.gz samba-3ee9d1a3d1e934eccd0846b4dac30aae40dc70f8.tar.bz2 samba-3ee9d1a3d1e934eccd0846b4dac30aae40dc70f8.zip |
Change uint_t to unsigned int in pidl
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'pidl/tests')
-rw-r--r-- | pidl/tests/Util.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pidl/tests/Util.pm b/pidl/tests/Util.pm index ff876ec039..63949eb5a3 100644 --- a/pidl/tests/Util.pm +++ b/pidl/tests/Util.pm @@ -76,7 +76,6 @@ SKIP: { } my $main = " -#define uint_t unsigned int #include <stdint.h> #include <stdlib.h> #include <stdio.h> |