usr/src/lib/libzfs/common/libzfs.h
changeset 7326 a3c803100a09
parent 7294 c9c31ef4c960
child 7538 18c2451107fd
--- a/usr/src/lib/libzfs/common/libzfs.h	Wed Aug 13 17:34:22 2008 -0700
+++ b/usr/src/lib/libzfs/common/libzfs.h	Wed Aug 13 22:27:55 2008 -0700
@@ -27,8 +27,6 @@
 #ifndef	_LIBZFS_H
 #define	_LIBZFS_H
 
-#pragma ident	"%Z%%M%	%I%	%E% SMI"
-
 #include <assert.h>
 #include <libnvpair.h>
 #include <sys/param.h>
@@ -222,7 +220,7 @@
 extern int zpool_vdev_clear(zpool_handle_t *, uint64_t);
 
 extern nvlist_t *zpool_find_vdev(zpool_handle_t *, const char *, boolean_t *,
-    boolean_t *);
+    boolean_t *, boolean_t *);
 extern int zpool_label_disk(libzfs_handle_t *, zpool_handle_t *, char *);
 
 /*