Print this page
3352 would like 64bit install libraries
@@ -19,10 +19,11 @@
* CDDL HEADER END
*/
/*
* Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
+ * Copyright 2012 OmniTI Computer Consulting, Inc. All rights reserved.
*/
#include <Python.h>
#include <sys/varargs.h>
#include <stdio.h>
@@ -166,11 +167,11 @@
char *srcBeName = NULL;
char *srcSnapName = NULL;
char *trgtSnapName = NULL;
char *rpool = NULL;
char *beDescription = NULL;
- int pos = 0;
+ Py_ssize_t pos = 0;
int ret = BE_PY_SUCCESS;
nvlist_t *beAttrs = NULL;
nvlist_t *beProps = NULL;
PyObject *beNameProperties = NULL;
PyObject *pkey = NULL;