15 lines
339 B
Plaintext
15 lines
339 B
Plaintext
$OpenBSD: patch-tab2space_c,v 1.1.1.1 2000/02/09 23:55:44 rohee Exp $
|
|
|
|
uint is already defined in <sys/types.h>
|
|
|
|
--- tab2space.c.orig Tue Dec 21 00:19:55 1999
|
|
+++ tab2space.c Tue Dec 21 00:20:09 1999
|
|
@@ -2,7 +2,6 @@
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
|
|
-typedef unsigned int uint;
|
|
typedef unsigned char byte;
|
|
typedef int bool;
|
|
|