/[util-vserver]/util-vserver/lib/syscall-compat.hc
ViewVC logotype

Diff of /util-vserver/lib/syscall-compat.hc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.4.7 by ensc, Tue Dec 30 13:45:57 2003 UTC revision 1.1.4.8 by ensc, Thu Feb 19 22:56:53 2004 UTC
# Line 44  vc_set_ipv4root_compat(uint32_t  bcast, Line 44  vc_set_ipv4root_compat(uint32_t  bcast,
44    struct vcmd_set_ipv4root_v3   msg;    struct vcmd_set_ipv4root_v3   msg;
45    size_t                        i;    size_t                        i;
46    
47    if (nb>=NB_IPV4ROOT) {    if (nb>NB_IPV4ROOT) {
48      errno = -EINVAL;      errno = -EINVAL;
49      return -1;      return -1;
50    }    }

Legend:
Removed from v.1.1.4.7  
changed lines
  Added in v.1.1.4.8

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26