diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-01-27 06:33:07 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:09:15 -0500 |
commit | 1e42cacf6a8643bd633f631c212d71760852abbc (patch) | |
tree | 604989985b568e115cfc8c2ff8c092956bd334da /source4/librpc/idl/echo.idl | |
parent | 93e27bec159db33e77a7eae34249f6073993815a (diff) | |
download | samba-1e42cacf6a8643bd633f631c212d71760852abbc.tar.gz samba-1e42cacf6a8643bd633f631c212d71760852abbc.tar.bz2 samba-1e42cacf6a8643bd633f631c212d71760852abbc.zip |
r5036: changed HYPER_T to the more standard "hyper"
(This used to be commit 1d1a9c11ee681540ef8a1029409bb24fc26f976c)
Diffstat (limited to 'source4/librpc/idl/echo.idl')
-rw-r--r-- | source4/librpc/idl/echo.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/librpc/idl/echo.idl b/source4/librpc/idl/echo.idl index f2d8960558..c73de8cc7b 100644 --- a/source4/librpc/idl/echo.idl +++ b/source4/librpc/idl/echo.idl @@ -52,12 +52,12 @@ interface rpcecho } echo_info3; typedef struct { - HYPER_T v; + hyper v; } echo_info4; typedef struct { uint8 v1; - HYPER_T v2; + hyper v2; } echo_info5; typedef struct { |