ref: d1c0f53fcdff6d31a36f9d802133b721fc84be1a
parent: 8a01033efcdc72f8b63b5a7afcc699ca20edfdc0
author: cinap_lenrek <[email protected]>
date: Mon Feb 26 14:58:54 EST 2018
ns: remove left over vararg check pragma
--- a/sys/src/cmd/ns.c
+++ b/sys/src/cmd/ns.c
@@ -4,8 +4,6 @@
#include <auth.h>
#include <fcall.h>
-#pragma varargck type "P" char*
-
int nsrv;
Dir *srv;
Biobuf stdout;