From 8c40cedbf308bc349ccfa8ac9e9a396c6e23a32b Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Mon, 15 Dec 2008 01:54:58 +0000 Subject: Purged all old files in favour of new design. Selective reintegration. --- compat.c | 1 + 1 file changed, 1 insertion(+) (limited to 'compat.c') diff --git a/compat.c b/compat.c index bb1972a3..cec52d7b 100644 --- a/compat.c +++ b/compat.c @@ -87,4 +87,5 @@ strlcpy(char *dst, const char *src, size_t siz) return(s - src - 1); /* count does not include NUL */ } + #endif /*__linux__*/ -- cgit