|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
stdint.h
We have a lot of files that include stdint.h without
the #if HAVE_STDINT_H Most look to be pidl generated files except for the first. #include <stdint.h> source/librpc/gen_ndr/dfs.h:#include <stdint.h> #include <stdint.h> source/librpc/gen_ndr/echo.h:#include <stdint.h> #include <stdint.h> #include <stdint.h> #include <stdint.h> #include <stdint.h> #include <stdint.h> #include <stdint.h> source/librpc/gen_ndr/lsa.h:#include <stdint.h> #include <stdint.h> source/librpc/gen_ndr/misc.h:#include <stdint.h> source/librpc/gen_ndr/nbt.h:#include <stdint.h> #include <stdint.h> #include <stdint.h> #include <stdint.h> source/librpc/gen_ndr/samr.h:#include <stdint.h> #include <stdint.h> #include <stdint.h> #include <stdint.h> #include <stdint.h> #include <stdint.h> source/librpc/gen_ndr/xattr.h:#include <stdint.h> |
|
#2
|
|||
|
|||
|
stdint.h
Wed, Jul 02, 2008 at 10:19:59AM -0700, Herb Lewis wrote:
We have a lot of files that include stdint.h without the #if HAVE_STDINT_H Most look to be pidl generated files except for the first. This one only #includes <stdint.hif !defined(_SAMBA_BUILD_). #include <stdint.h> The following should get fixed - they use stdint to get definitions for uint32_t etc. which they depend on. source/librpc/gen_ndr/dfs.h:#include <stdint.h> #include <stdint.h> source/librpc/gen_ndr/echo.h:#include <stdint.h> #include <stdint.h> #include <stdint.h> #include <stdint.h> #include <stdint.h> #include <stdint.h> #include <stdint.h> source/librpc/gen_ndr/lsa.h:#include <stdint.h> #include <stdint.h> source/librpc/gen_ndr/misc.h:#include <stdint.h> source/librpc/gen_ndr/nbt.h:#include <stdint.h> #include <stdint.h> #include <stdint.h> #include <stdint.h> source/librpc/gen_ndr/samr.h:#include <stdint.h> #include <stdint.h> #include <stdint.h> #include <stdint.h> #include <stdint.h> #include <stdint.h> source/librpc/gen_ndr/xattr.h:#include <stdint.h> Jeremy. |
![]() |
| Viewing: Web Development Archives > Mailing Lists > Samba > stdint.h |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|