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

« back to all changes in this revision

Viewing changes to src/RS485Imp.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:
22
22
#include "config.h"
23
23
#include "gnu_io_RS485.h"
24
24
#endif//dima
 
25
#include <unistd.h>
25
26
#include <time.h>
26
 
#include <unistd.h>
27
27
#include <stdio.h>
28
28
#include <string.h>
29
29
#include <stdlib.h>