From: Ben Gras Date: Fri, 22 Jul 2005 18:36:42 +0000 (+0000) Subject: Removed funny debug printf X-Git-Tag: v3.1.0~561 X-Git-Url: http://zhaoyanbai.com/repos/dnssec-settime.html?a=commitdiff_plain;h=08578c6afbefbc4844044b3808ce25c7a9084d21;p=minix.git Removed funny debug printf --- diff --git a/lib/other/_svrctl.c b/lib/other/_svrctl.c index 2eb2fe8f3..5836fefbe 100755 --- a/lib/other/_svrctl.c +++ b/lib/other/_svrctl.c @@ -23,7 +23,6 @@ int svrctl(int request, void *argp) /* FS handles calls for itself and inet. */ return _syscall(FS, SVRCTL, &m); default: - printf("Yups ...\n"); errno = EINVAL; return -1; }