Print this page
3352 would like 64bit install libraries
*** 19,28 ****
--- 19,29 ----
* 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,176 ****
char *srcBeName = NULL;
char *srcSnapName = NULL;
char *trgtSnapName = NULL;
char *rpool = NULL;
char *beDescription = NULL;
! int pos = 0;
int ret = BE_PY_SUCCESS;
nvlist_t *beAttrs = NULL;
nvlist_t *beProps = NULL;
PyObject *beNameProperties = NULL;
PyObject *pkey = NULL;
--- 167,177 ----
char *srcBeName = NULL;
char *srcSnapName = NULL;
char *trgtSnapName = NULL;
char *rpool = NULL;
char *beDescription = NULL;
! Py_ssize_t pos = 0;
int ret = BE_PY_SUCCESS;
nvlist_t *beAttrs = NULL;
nvlist_t *beProps = NULL;
PyObject *beNameProperties = NULL;
PyObject *pkey = NULL;