Bug 5521 - librpc/gen_ndr/nbt.h: ERROR A semicolon is expected
Summary: librpc/gen_ndr/nbt.h: ERROR A semicolon is expected
Status: RESOLVED FIXED
Alias: None
Product: Samba 3.2
Classification: Unclassified
Component: Build environment (show other bugs)
Version: 3.2.0
Hardware: SGI IRIX
: P3 normal
Target Milestone: ---
Assignee: Samba Bugzilla Account
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-04 15:22 UTC by Jason Mader (mail bounces back)
Modified: 2008-06-04 15:28 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jason Mader (mail bounces back) 2008-06-04 15:22:10 UTC
--- param/util.o ---
cc-1065 c99: ERROR File = ./librpc/gen_ndr/nbt.h, Line = 472
  A semicolon is expected at this point.

        uint32_t sa_family;
                 ^

--- param/loadparm.o ---
cc-1065 c99: ERROR File = ./librpc/gen_ndr/nbt.h, Line = 472
  A semicolon is expected at this point.

        uint32_t sa_family;
                 ^

--- lib/sharesec.o ---
cc-1065 c99: ERROR File = ./librpc/gen_ndr/nbt.h, Line = 472
  A semicolon is expected at this point.

        uint32_t sa_family;
                 ^

--- param/params.o ---
cc-1065 c99: ERROR File = ./librpc/gen_ndr/nbt.h, Line = 472
  A semicolon is expected at this point.

        uint32_t sa_family;
                 ^
Comment 1 Jason Mader (mail bounces back) 2008-06-04 15:22:43 UTC
This was in 3.2.0rc1.
Comment 2 Jeremy Allison 2008-06-04 15:28:06 UTC
This has been changed to just 'family' in the latest 3.2-stable tree.
Jeremy.