~ubuntu-branches/debian/squeeze/netatalk/squeeze

« back to all changes in this revision

Viewing changes to libatalk/dsi/dsi_getstat.c

  • Committer: Bazaar Package Importer
  • Author(s): Bhavani Shankar
  • Date: 2009-02-02 19:59:05 UTC
  • mfrom: (8.2.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090202195905-732t6wxk8jzsb91r
Tags: 2.0.4~beta2-4.1ubuntu1
* Merge from Debian unstable. Remaining Ubuntu changes: LP: #318665
  - Changed dependency from libdb-dev to libdb4.6-dev to correct
    FTBFS due to an issue caused by mismatches on installed binaries
    and development headers (db4.7 is installed under a different soname
    which breaks a check in netatalk) (LP: #262991)
  - debian/control:
    + Replace libltdl3-dev with libltdl7-dev.
    + Recommend db4.6-util instead of db4.2-util as we build netatalk with
      db4.6.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * $Id: dsi_getstat.c,v 1.3 2001/06/29 14:14:46 rufustfirefly Exp $
 
2
 * $Id: dsi_getstat.c,v 1.3.16.1 2005/09/12 16:10:19 didg Exp $
3
3
 *
4
4
 * Copyright (c) 1997 Adrian Sun (asun@zoology.washington.edu)
5
5
 * All rights reserved. See COPYRIGHT.
21
21
{
22
22
  dsi->header.dsi_flags = DSIFL_REPLY;
23
23
  /*dsi->header.dsi_command = DSIFUNC_STAT;*/
 
24
  dsi->header.dsi_code = dsi->header.dsi_reserved = 0;
24
25
  
25
26
  memcpy(dsi->commands, dsi->status, dsi->statuslen);
26
27
  dsi->cmdlen = dsi->statuslen;