Bug 6124 - librpc/gen_ndr/nbt.h: semicolon is expected, Line = 394
Summary: librpc/gen_ndr/nbt.h: semicolon is expected, Line = 394
Status: RESOLVED FIXED
Alias: None
Product: Samba 3.3
Classification: Unclassified
Component: Build environment (show other bugs)
Version: 3.3.0
Hardware: SGI IRIX
: P3 normal
Target Milestone: ---
Assignee: Samba Bugzilla Account
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-19 11:49 UTC by Jason Mader (mail bounces back)
Modified: 2009-02-25 10:53 UTC (History)
1 user (show)

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) 2009-02-19 11:49:28 UTC
Compiling lib/talloc/talloc.c
cc-1065 c99: ERROR File = ./librpc/gen_ndr/nbt.h, Line = 394
  A semicolon is expected at this point.

        uint32_t sa_family;
                 ^
Comment 1 Jim Brown 2009-02-25 10:30:55 UTC
IRIX has a #define sa_family ... in sys/socket.h.
IRIX uses sa_family2 for its structure member name.
Comment 2 Jim Brown 2009-02-25 10:38:33 UTC
This bug is still present in 3.3.1.
Comment 3 Volker Lendecke 2009-02-25 10:53:59 UTC
Fixed with http://git.samba.org/?p=samba.git;a=commitdiff;h=7fea973c6a20

Thanks for bugging me,

Volker