From e64577c315e3075a1d6cf7c83ef11199d7bb8d27 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 28 Apr 1997 20:45:03 +0000 Subject: - cast usages of *printf() to void since we don't check return val - move an assert to be *before* a strcpy() where it can do some good. - integrate NetBSD fixes for 64-bit machines (NetBSD PR #3450, Ross Harvey) - add lite2 tags --- lib/libc/regex/utils.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/libc/regex/utils.h') diff --git a/lib/libc/regex/utils.h b/lib/libc/regex/utils.h index 165b166b441..52c28bbedef 100644 --- a/lib/libc/regex/utils.h +++ b/lib/libc/regex/utils.h @@ -1,4 +1,4 @@ -/* $OpenBSD: utils.h,v 1.2 1996/08/19 08:31:17 tholo Exp $ */ +/* $OpenBSD: utils.h,v 1.3 1997/04/28 20:45:02 millert Exp $ */ /*- * Copyright (c) 1992, 1993, 1994 Henry Spencer. @@ -35,6 +35,8 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. + * + * @(#)utils.h 8.3 (Berkeley) 3/20/94 */ /* utility definitions */ -- cgit v1.2.3