~ubuntu-branches/ubuntu/edgy/rxtx/edgy-201105201527

« back to all changes in this revision

Viewing changes to src/ParallelImp.c

  • Committer: Bazaar Package Importer
  • Author(s): Mario Joussen
  • Date: 2004-10-17 23:49:00 UTC
  • Revision ID: james.westby@ubuntu.com-20041017234900-n5e5aez8hqb2wuwz
Tags: 2.1.6-2
* Ship jar file instead of individual classfiles.
  (closes: Bug#275916)
* Renamed binary package according to Java sub-policy.
* Changes to configure.in, so rxtx can be compiled with recent versions
  of Kaffe and hence can be moved from contrib to main.
* Removed unnecessary postinst.
* Fixed Build-Depends and Depends to include a real package (kaffe-dev,
  kaffe) in order to shut up lintian.
* Thanks for all these changes to Hilko Bengen <bengen@debian.org>.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
/*#include <typedefs_md.h>*/
37
37
#include "gnu_io_LPRPort.h"
38
38
#endif /* dima */
 
39
#include <unistd.h>
39
40
#include <time.h>
40
 
#include <unistd.h>
41
41
#include <stdio.h>
42
42
#include <string.h>
43
43
#include <sys/ioctl.h>