summaryrefslogtreecommitdiff
blob: f569a94cff6a1e37b6731dbd020e0b8ab549e535 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- 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 <sys/types.h>
 #include <errno.h>
 #include "quik.h"
-typedef int FILE;
 #include <linux/ext2_fs.h>
 #include <ext2fs/ext2fs.h>
 #include <setjmp.h>
@@ -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);