diff options
Diffstat (limited to 'sys/src/9/ip/devip.c')
-rw-r--r-- | sys/src/9/ip/devip.c | 3 |
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 |