Author: vlendec Date: 2005-06-08 15:40:23 +0000 (Wed, 08 Jun 2005) New Revision: 7399
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=7399 Log: Try to get the AIX compile one step further. Volker Modified: branches/SAMBA_4_0/source/librpc/idl/nbt.idl Changeset: Modified: branches/SAMBA_4_0/source/librpc/idl/nbt.idl =================================================================== --- branches/SAMBA_4_0/source/librpc/idl/nbt.idl 2005-06-08 14:57:37 UTC (rev 7398) +++ branches/SAMBA_4_0/source/librpc/idl/nbt.idl 2005-06-08 15:40:23 UTC (rev 7399) @@ -284,9 +284,7 @@ [switch_is(smb_command)] smb_body body; } dgram_smb_packet; - typedef [v1_enum] enum { - DGRAM_SMB = 0xff534d42 /* 0xffSMB */ - } dgram_body_type; + const uint32 DGRAM_SMB = 0xff534d42; /* 0xffSMB */ typedef [nodiscriminant] union { [case(DGRAM_SMB)] dgram_smb_packet smb; @@ -297,7 +295,7 @@ uint16 offset; nbt_name source_name; nbt_name dest_name; - dgram_body_type dgram_body_type; + uint32 dgram_body_type; [switch_is(dgram_body_type)] dgram_message_body body; } dgram_message;
