~ubuntu-branches/debian/squeeze/erlang/squeeze

« back to all changes in this revision

Viewing changes to lib/erl_interface/src/connect/eirecv.c

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2009-08-05 20:54:29 UTC
  • mfrom: (6.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20090805205429-pm4pnwew8axraosl
Tags: 1:13.b.1-dfsg-5
* Fixed parentheses in Emacs mode (closes: #536891).
* Removed unnecessary conflicts with erlang-manpages package.
* Added workaround for #475459: disabled threads on sparc architecture.
  This breaks wxErlang, so it's only a temporary solution.

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
 
74
74
  /* got tick - respond and return */
75
75
  if (!len) {
76
 
    unsigned char tock[] = {0,0,0,0};
 
76
    char tock[] = {0,0,0,0};
77
77
    ei_write_fill_t(fd, tock, sizeof(tock), ms); /* Failure no problem */
78
78
    *msglenp = 0;
79
79
    return 0;                   /* maybe flag ERL_EAGAIN [sverkerw] */