~ubuntu-branches/debian/jessie/ufsutils/jessie

« back to all changes in this revision

Viewing changes to include/ufs/ufs/inode.h

  • Committer: Bazaar Package Importer
  • Author(s): Aurelien Jarno, Petr Salinger, Aurelien Jarno
  • Date: 2010-04-13 22:20:32 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20100413222032-je6xhqdvomf3yrj2
Tags: 7.3-1
[ Petr Salinger ]
* New upstream version (RELENG_7_3_0_RELEASE)
* Use intmax_t cast in fsbtodb() to fix aborts when 
  making a filesystem larger than one terabyte. Closes: #559647.

[ Aurelien Jarno ]
* Bump Standard-Versions to 3.8.4 (no changes).

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
 * SUCH DAMAGE.
33
33
 *
34
34
 *      @(#)inode.h     8.9 (Berkeley) 5/14/95
35
 
 * $FreeBSD: src/sys/ufs/ufs/inode.h,v 1.51.2.3.2.1 2009/04/15 03:14:26 kensmith Exp $
 
35
 * $FreeBSD: src/sys/ufs/ufs/inode.h,v 1.51.2.3.4.1 2010/02/10 00:26:20 kensmith Exp $
36
36
 */
37
37
 
38
38
#ifndef _UFS_UFS_INODE_H_