Update core ZFS code from build 121 to build 141.
[zfs.git] / cmd / zfs / zfs_util.h
index c7f2f16..3ddff9e 100644 (file)
  * CDDL HEADER END
  */
 /*
- * Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
- * Use is subject to license terms.
+ * Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
  */
 
 #ifndef        _ZFS_UTIL_H
 #define        _ZFS_UTIL_H
 
-#pragma ident  "%Z%%M% %I%     %E% SMI"
-
 #include <libzfs.h>
 
 #ifdef __cplusplus
@@ -35,6 +32,7 @@ extern "C" {
 #endif
 
 void * safe_malloc(size_t size);
+void nomem(void);
 libzfs_handle_t *g_zfs;
 
 #ifdef __cplusplus