~ubuntu-branches/ubuntu/precise/avrdude/precise

« back to all changes in this revision

Viewing changes to par.c

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2010-01-19 18:57:14 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20100119185714-z5y9ealegt5gcfbm
Tags: 5.10-1
* New upstream release.
* Removed patches:
  - debian/patches/01-kfreebsd.patch (merged upstream)
  - debian/patches/03-freebsd-serial-device.patch (merged upstream)
  - debian/patches/04-am_maintainer_mode.patch (obsolete)
  - debian/patches/99-autoreconf.patch (obsolete)

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
18
18
 */
19
19
 
20
 
/* $Id: par.c 888 2010-01-07 16:23:28Z joerg_wunsch $ */
 
20
/* $Id: par.c 925 2010-01-17 16:58:06Z joerg_wunsch $ */
21
21
 
22
22
#include "ac_cfg.h"
23
23
 
28
28
#include <unistd.h>
29
29
#include <errno.h>
30
30
 
31
 
#if defined(__FreeBSD__)
 
31
#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
32
32
# include "freebsd_ppi.h"
33
33
#elif defined(__linux__)
34
34
# include "linux_ppdev.h"