diff options
author | Theo Schlossnagle <jesus@omniti.com> | 2012-12-06 16:29:54 -0800 |
---|---|---|
committer | Christopher Siden <chris.siden@delphix.com> | 2012-12-10 13:18:44 -0800 |
commit | f5c2e7ea56aaa46a9976476fb0cb1f02b9426f07 (patch) | |
tree | 5a3b322aa6ed0ad907652c7290b13bc2f0e0a9ed /usr/src/lib/pylibbe/common/libbe_py.c | |
parent | d583b39bfb4e2571d3e41097c5c357ffe353ad45 (diff) | |
download | illumos-joyent-f5c2e7ea56aaa46a9976476fb0cb1f02b9426f07.tar.gz |
3352 would like 64bit install libraries
Reviewed by: Garrett D'Amore <garrett@damore.org>
Reviewed by: Richard Lowe <richlowe@richlowe.net>
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com>
Reviewed by: Christopher Siden <chris.siden@delphix.com>
Approved by: Garrett D'Amore <garrett@damore.org>
Diffstat (limited to 'usr/src/lib/pylibbe/common/libbe_py.c')
-rw-r--r-- | usr/src/lib/pylibbe/common/libbe_py.c | 3 |
1 files changed, 2 insertions, 1 deletions
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 <Python.h> @@ -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; |