usr/src/cmd/fs.d/nfs/mountd/exportlist.c
changeset 3957 86c9dda5df37
parent 0 68f95e015346
--- a/usr/src/cmd/fs.d/nfs/mountd/exportlist.c	Mon Apr 02 19:52:20 2007 -0700
+++ b/usr/src/cmd/fs.d/nfs/mountd/exportlist.c	Mon Apr 02 21:38:04 2007 -0700
@@ -2,9 +2,8 @@
  * CDDL HEADER START
  *
  * The contents of this file are subject to the terms of the
- * Common Development and Distribution License, Version 1.0 only
- * (the "License").  You may not use this file except in compliance
- * with the License.
+ * Common Development and Distribution License (the "License").
+ * You may not use this file except in compliance with the License.
  *
  * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
  * or http://www.opensolaris.org/os/licensing.
@@ -19,11 +18,10 @@
  *
  * CDDL HEADER END
  */
+
 /*
- *	exportlist.c
- *
- *	Copyright (c) 1988-1995,1998,1999 Sun Microsystems Inc.
- *	All rights reserved.
+ * Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
+ * Use is subject to license terms.
  */
 
 #pragma ident	"%Z%%M%	%I%	%E% SMI"
@@ -46,6 +44,8 @@
 #include <locale.h>
 #include <unistd.h>
 #include <thread.h>
+#include <sharefs/share.h>
+#include <sharefs/sharetab.h>
 #include "../lib/sharetab.h"
 #include "mountd.h"