From ecacdfa434acf8af38ed8c1c0c8e71dab400b0f4 Mon Sep 17 00:00:00 2001
From: Martin Mares <mj@ucw.cz>
Date: Wed, 17 Jun 1998 14:31:36 +0000
Subject: Added local version of sprintf (bsprintf and bvsprintf) offering few
 new format strings:

	%I	IP address
	%#I	IP address in hexadecimal
	%1I	IP address padded to full length
	%m	strerror(errno)
---
 lib/Modules | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'lib/Modules')

diff --git a/lib/Modules b/lib/Modules
index 18447e1e..5657ee73 100644
--- a/lib/Modules
+++ b/lib/Modules
@@ -17,3 +17,5 @@ slab.c
 socket.h
 unaligned.h
 xmalloc.c
+printf.c
+string.h
-- 
cgit v1.2.3