diff options
author | Luke Leighton <lkcl@samba.org> | 1998-09-25 21:01:52 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1998-09-25 21:01:52 +0000 |
commit | 66d5d73a5d75e88a77970f7b27687b8354ab2e80 (patch) | |
tree | da1b7278847138fc219398238f7a895a1c7f7a82 /source3/ubiqx | |
parent | 1631d3fba7b887a5de23241b39430ffb5e036803 (diff) | |
download | samba-66d5d73a5d75e88a77970f7b27687b8354ab2e80.tar.gz samba-66d5d73a5d75e88a77970f7b27687b8354ab2e80.tar.bz2 samba-66d5d73a5d75e88a77970f7b27687b8354ab2e80.zip |
added rpcclient program
(This used to be commit aa38f39d67fade4dfd7badb7a9b39c833a1dd1ca)
Diffstat (limited to 'source3/ubiqx')
-rw-r--r-- | source3/ubiqx/sys_include.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/ubiqx/sys_include.h b/source3/ubiqx/sys_include.h index 00c4485aed..acfa5cdb84 100644 --- a/source3/ubiqx/sys_include.h +++ b/source3/ubiqx/sys_include.h @@ -38,8 +38,8 @@ * used before the headers that define them. These headers are not needed * in the ubiqx modules anyway. */ -#define _NAMESERV_H_ #define _PROTO_H_ +#define _NAMESERV_H_ /* The main Samba system-adaptive header file. */ |