~ubuntu-branches/ubuntu/raring/ecasound2.2/raring

« back to all changes in this revision

Viewing changes to libecasound/eca-fileio-stream.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Junichi Uekawa
  • Date: 2009-11-02 18:22:35 UTC
  • mfrom: (5.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20091102182235-4ngh7699dmkgonyu
Tags: 2.7.0-1
* New upstream release.
* Depend on libreadline-dev instead of libreadline5-dev by request of
  Mattias Klose. It's now libreadline6-dev. (closes: #553748)
* Update menu file to use section Applications/ instead of Apps/.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
// ------------------------------------------------------------------------
2
2
// eca-fileio-stream.cpp: File-I/O and buffering routines using normal
3
3
//                        file streams.
4
 
// Copyright (C) 1999-2002 Kai Vehmanen
 
4
// Copyright (C) 1999-2002,2009 Kai Vehmanen
5
5
//
6
6
// This program is free software; you can redistribute it and/or modify
7
7
// it under the terms of the GNU General Public License as published by
27
27
#include <climits> /* LONG_MAX */
28
28
#include <errno.h>
29
29
#include <unistd.h> /* stat() */
30
 
#include <sys/mman.h>
31
30
#include <sys/stat.h> /* stat() */
32
31
#ifdef HAVE_SYS_TYPES_H
33
32
#include <sys/types.h> /* off_t */