~ubuntu-branches/debian/sid/rlinetd/sid

« back to all changes in this revision

Viewing changes to port/strdup.c

  • Committer: Bazaar Package Importer
  • Author(s): Robert Luberda
  • Date: 2005-02-24 21:34:05 UTC
  • mfrom: (1.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050224213405-6bg1qw9ydjw0cjsu
Tags: 0.5.18
* Fix problems with inetd2rlinetd trying to get user input from STDIN, which
  apparentally is the converted file, and not terminal.
* Use ${misc:Depends}, ${perl:Depends} in debian/control.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#if HAVE_CONFIG_H
 
2
# include <config.h>
 
3
#endif
 
4
 
1
5
#include <stdlib.h>
2
6
#include <string.h>
3
7