summaryrefslogtreecommitdiff
path: root/sys/src/9/ip/devip.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/src/9/ip/devip.c')
-rw-r--r--sys/src/9/ip/devip.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/src/9/ip/devip.c b/sys/src/9/ip/devip.c
index 828345796..93a8514b4 100644
--- a/sys/src/9/ip/devip.c
+++ b/sys/src/9/ip/devip.c
@@ -506,10 +506,11 @@ ipopen(Chan* c, int omode)
return c;
}
-static void
+static Chan*
ipcreate(Chan*, char*, int, ulong)
{
error(Eperm);
+ return 0;
}
static void