diff options
| author | ny155746 <none@none> | 2007-12-09 21:55:53 -0800 |
|---|---|---|
| committer | ny155746 <none@none> | 2007-12-09 21:55:53 -0800 |
| commit | a20d514e1b317d52819891ca08b32cec2eb5ff04 (patch) | |
| tree | f7cd1bf38054e75b4a36d51a0f9824e1b7390455 /usr/src | |
| parent | 02d51d0d625c185ad277d9ad1ddf34b06f78b9b4 (diff) | |
| download | illumos-gate-a20d514e1b317d52819891ca08b32cec2eb5ff04.tar.gz | |
6526496 pkgstrct.h needs to be largefile aware
Diffstat (limited to 'usr/src')
| -rw-r--r-- | usr/src/head/pkgstrct.h | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/usr/src/head/pkgstrct.h b/usr/src/head/pkgstrct.h index ae68e53a21..2cbef8c9e0 100644 --- a/usr/src/head/pkgstrct.h +++ b/usr/src/head/pkgstrct.h @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -23,8 +22,8 @@ /* All Rights Reserved */ /* - * Copyright (c) 1994, by Sun Microsystems, Inc. - * All rights reserved. + * Copyright 2007 Sun Microsystems, Inc. All rights reserved. + * Use is subject to license terms. */ #ifndef _PKGSTRCT_H @@ -64,9 +63,9 @@ struct ainfo { }; struct cinfo { - long cksum; - long size; - time_t modtime; + long cksum; + fsblkcnt_t size; + time_t modtime; }; struct pinfo { |
