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

« back to all changes in this revision

Viewing changes to erts/etc/unix/setuid_socket_wrap.c

  • Committer: Bazaar Package Importer
  • Author(s): Erlang Packagers, Sergei Golovan
  • Date: 2006-12-03 17:07:44 UTC
  • mfrom: (2.1.11 feisty)
  • Revision ID: james.westby@ubuntu.com-20061203170744-rghjwupacqlzs6kv
Tags: 1:11.b.2-4
[ Sergei Golovan ]
Fixed erlang-base and erlang-base-hipe prerm scripts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
175
175
{
176
176
    struct sock_list *sl = NULL, *sltmp = NULL;
177
177
    int count = 0;
178
 
    char c;
 
178
    int c;
179
179
 
180
180
    while ((c = getopt(argc, argv, "s:d:r:")) != EOF)
181
181
        switch (c) {