libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: libtool-branch-2-0: add strlcat/strlcpy emulation


From: Bob Friesenhahn
Subject: Re: libtool-branch-2-0: add strlcat/strlcpy emulation
Date: Mon, 13 Dec 2004 08:43:44 -0600 (CST)

On Mon, 13 Dec 2004, Ralf Wildenhues wrote:
+#include <assert.h>
+#include <sys/types.h>

Since we assume ANSI C89, I see no reason to include sys/types.h here.
Is there a system of interest which needs this?

The function prototype uses some ANSI/POSIX types which I assumed were served by including <sys/types.h>, but including <string.h> should obtain the same benefit so it should be safe to remove the line.

Bob
======================================
Bob Friesenhahn
address@hidden
http://www.simplesystems.org/users/bfriesen




reply via email to

[Prev in Thread] Current Thread [Next in Thread]