~ubuntu-branches/ubuntu/saucy/postfix/saucy

« back to all changes in this revision

Viewing changes to src/util/unix_send_fd.c

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2011-02-22 11:20:43 UTC
  • mfrom: (1.1.27 upstream)
  • Revision ID: james.westby@ubuntu.com-20110222112043-c34ht219w3ybrilr
Tags: 2.8.0-2
* a little more lintian cleanup
* Fix missing format strings in smtp-sink.c

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
/*
16
16
/*      Arguments:
17
17
/* .IP fd
18
 
/*      File descriptor.
 
18
/*      File descriptor that connects the sending and receiving processes.
19
19
/* .IP sendfd
20
 
/*      Another file descriptor.
 
20
/*      The file descriptor to be sent.
21
21
/* DIAGNOSTICS
22
22
/*      unix_send_fd() returns -1 upon failure.
23
23
/* LICENSE