1 /* Copyright (c) 2014 The Regents of the University of California
2 * Barret Rhoden <brho@cs.berkeley.edu>
3 * See LICENSE for details.
5 * Send in the clones. */
13 #include <sys/types.h>
16 int main(int argc, char** argv)
19 char *name = "/net/tcp/clone";
26 fd = open(name, O_RDWR, 0666);