~yolanda.robla/ubuntu/saucy/iscsitarget/dep-8-tests

« back to all changes in this revision

Viewing changes to kernel/digest.c

  • Committer: Bazaar Package Importer
  • Author(s): Dustin Kirkland
  • Date: 2008-11-22 15:14:12 UTC
  • mfrom: (1.1.2 upstream) (2.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20081122151412-wuk2jwo96ecnmzny
Tags: 0.4.16+svn162-2ubuntu1
* Merge from debian unstable, fixes LP: #298520
 - Remaining changes:
  + debian/iscsitarget.init: lsb-ized the entire init script
    (Debian Bug: #506588)
  + debian/control: depend on lsb-base >= 3.2-14
 - Dropped changes:
  + debian/rules, usr/misc.h: -D_GNU_SOURCE no longer required,
    __qelem is explicitly defined by source

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 * This code is licensed under the GPL.
5
5
 */
6
6
 
7
 
#include <asm/types.h>
8
 
#include <linux/scatterlist.h>
 
7
#include <linux/types.h>
9
8
 
10
9
#include "iscsi.h"
11
10
#include "digest.h"