~ubuntu-branches/ubuntu/lucid/9base/lucid

« back to all changes in this revision

Viewing changes to lib9/_p9dialparse.c

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2009-08-20 17:34:06 UTC
  • mfrom: (6.2.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090820173406-xpwqa9ruyevvc0ut
Tags: 1:3-3
* Updating maintainer field.
* Updating vcs fields.
* Updating package to standards version 3.8.3.
* Updatin variables writing in rules to consistent style.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
        "tcp",  "venti",        17034,
27
27
        "tcp",  "wiki", 17035,
28
28
        "tcp",  "secstore",     5356,
 
29
        "udp",  "dns",  53,
 
30
        "tcp",  "dns",  53,
29
31
};
30
32
 
31
33
static int
82
84
        struct hostent *he;
83
85
        struct sockaddr_un *sockun;
84
86
 
85
 
        if(strncmp(addr, "/net/", 5) == 0)
86
 
                addr += 5;
87
 
 
88
87
        *punix = nil;
89
88
        net = addr;
90
89
        if((host = strchr(net, '!')) == nil){