diff options
Diffstat (limited to 'usr/src/cmd/idmap/idmapd/idmapd.h')
-rw-r--r-- | usr/src/cmd/idmap/idmapd/idmapd.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr/src/cmd/idmap/idmapd/idmapd.h b/usr/src/cmd/idmap/idmapd/idmapd.h index 7ead846242..9ad4328335 100644 --- a/usr/src/cmd/idmap/idmapd/idmapd.h +++ b/usr/src/cmd/idmap/idmapd/idmapd.h @@ -141,7 +141,6 @@ typedef struct wksids_table { #define IDMAP_DBNAME IDMAP_DBDIR "/idmap.db" #define IDMAP_CACHENAME IDMAP_CACHEDIR "/idmap.db" #define IDMAP_CACHENAME IDMAP_CACHEDIR "/idmap.db" -#define RPC_MAX_SIZE 65536 #define EMPTY_STRING(str) (str == NULL || *str == 0) |