diff options
| author | Jordan Brown <Jordan.Brown@Sun.COM> | 2009-05-07 12:31:08 -0700 |
|---|---|---|
| committer | Jordan Brown <Jordan.Brown@Sun.COM> | 2009-05-07 12:31:08 -0700 |
| commit | 9b214d32697277d03ed2e5d98c4a7bfef16dcf4d (patch) | |
| tree | 315ba80f8a638a5b410a6a05f1da4660290babf2 /usr/src/lib/nsswitch | |
| parent | 60b94cc3efcf739e06affc192a2cda29466e0891 (diff) | |
| download | illumos-joyent-9b214d32697277d03ed2e5d98c4a7bfef16dcf4d.tar.gz | |
6835279 multiple races building idmap_prot.h
--HG--
rename : usr/src/head/rpcsvc/idmap_prot.x => usr/src/uts/common/rpcsvc/idmap_prot.x
Diffstat (limited to 'usr/src/lib/nsswitch')
| -rw-r--r-- | usr/src/lib/nsswitch/ad/common/ad_common.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/lib/nsswitch/ad/common/ad_common.h b/usr/src/lib/nsswitch/ad/common/ad_common.h index a6c74fba02..a328b00b9a 100644 --- a/usr/src/lib/nsswitch/ad/common/ad_common.h +++ b/usr/src/lib/nsswitch/ad/common/ad_common.h @@ -19,7 +19,7 @@ * CDDL HEADER END */ /* - * Copyright 2008 Sun Microsystems, Inc. All rights reserved. + * Copyright 2009 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -39,7 +39,7 @@ extern "C" { #include <signal.h> #include <idmap.h> #include <sys/idmap.h> -#include <idmap_prot.h> +#include <rpcsvc/idmap_prot.h> #include <idmap_priv.h> #include "addisc.h" #include "libadutils.h" |
