--- second/file.c.orig 2003-01-28 08:13:59.000000000 -0600 +++ second/file.c 2003-01-28 08:14:09.000000000 -0600 @@ -23,7 +23,6 @@ #include #include #include "quik.h" -typedef int FILE; #include #include #include @@ -167,11 +166,6 @@ return 1; } -int sprintf (char *buf, char *fmt,...) -{ - strcpy (buf, fmt); -} - void com_err (const char *a, long i, const char *fmt,...) { printf ((char *) fmt);