]> granicus.if.org Git - file/commitdiff
Remove ckfputs() function; it's now in print.c.
authorIan Darwin <ian@darwinsys.com>
Fri, 11 Sep 1992 11:44:31 +0000 (11:44 +0000)
committerIan Darwin <ian@darwinsys.com>
Fri, 11 Sep 1992 11:44:31 +0000 (11:44 +0000)
src/file.c

index 2aa956f9c72575a110df645b4e91b0213c93c6ae..013a907a10128d8249e28273f204e7232d318282 100644 (file)
@@ -26,7 +26,7 @@
  */
 #ifndef        lint
 static char *moduleid = 
-       "@(#)$Id: file.c,v 1.23 1992/09/08 22:32:35 ian Exp $";
+       "@(#)$Id: file.c,v 1.24 1992/09/11 11:44:31 ian Exp $";
 #endif /* lint */
 
 #include <stdio.h>
@@ -267,11 +267,3 @@ int nb;
                ckfputs("data", stdout);
 }
 
-void
-ckfputs(str, fil)      
-    const char *str;
-    FILE *fil;
-{
-       if (fputs(str,fil) == EOF)
-               error("write failed.\n");
-}