From f5c2e7ea56aaa46a9976476fb0cb1f02b9426f07 Mon Sep 17 00:00:00 2001 From: Theo Schlossnagle Date: Thu, 6 Dec 2012 16:29:54 -0800 Subject: 3352 would like 64bit install libraries Reviewed by: Garrett D'Amore Reviewed by: Richard Lowe Reviewed by: Igor Kozhukhov Reviewed by: Christopher Siden Approved by: Garrett D'Amore --- usr/src/lib/pylibbe/common/libbe_py.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr/src/lib/pylibbe/common/libbe_py.c') diff --git a/usr/src/lib/pylibbe/common/libbe_py.c b/usr/src/lib/pylibbe/common/libbe_py.c index b4f6ca0e52..f07f32b59a 100644 --- a/usr/src/lib/pylibbe/common/libbe_py.c +++ b/usr/src/lib/pylibbe/common/libbe_py.c @@ -21,6 +21,7 @@ /* * Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved. + * Copyright 2012 OmniTI Computer Consulting, Inc. All rights reserved. */ #include @@ -168,7 +169,7 @@ beCopy(PyObject *self, PyObject *args) 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; -- cgit v1.2.3