From 857ea8d28b48a23f20bc42378e59628cda278aaa Mon Sep 17 00:00:00 2001 From: stefan Date: Tue, 24 Aug 2010 06:18:14 +0000 Subject: [PATCH] - cosmetic changes git-svn-id: http://svn.lfbs.rwth-aachen.de/svn/scc/trunk/MetalSVM@124 315a16e6-25f9-4109-90ae-ca3045a26c18 --- libkern/printf.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libkern/printf.c b/libkern/printf.c index ea692e90..db62c6d5 100644 --- a/libkern/printf.c +++ b/libkern/printf.c @@ -55,7 +55,6 @@ typedef long long intmax_t; typedef unsigned int uintmax_t; typedef int intmax_t; #endif -//typedef int ssize_t; typedef unsigned char u_char; typedef unsigned int u_int; typedef unsigned long u_long; @@ -63,7 +62,6 @@ typedef unsigned short u_short; typedef unsigned long long u_quad_t; typedef long long quad_t; typedef unsigned long uintptr_t; -//typedef long ptrdiff_t; #define NBBY 8 /* number of bits in a byte */ char const hex2ascii_data[] = "0123456789abcdefghijklmnopqrstuvwxyz"; #define hex2ascii(hex) (hex2ascii_data[hex])