Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libpthread Include <stdlib.h> for exit() prototype.
details: https://anonhg.NetBSD.org/src/rev/7920abfff6ff
branches: trunk
changeset: 550750:7920abfff6ff
user: martin <martin%NetBSD.org@localhost>
date: Wed Aug 20 09:50:16 2003 +0000
description:
Include <stdlib.h> for exit() prototype.
diffstat:
lib/libpthread/debuglog.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r ca57dd089092 -r 7920abfff6ff lib/libpthread/debuglog.c
--- a/lib/libpthread/debuglog.c Wed Aug 20 03:35:38 2003 +0000
+++ b/lib/libpthread/debuglog.c Wed Aug 20 09:50:16 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: debuglog.c,v 1.4 2003/06/25 23:26:00 nathanw Exp $ */
+/* $NetBSD: debuglog.c,v 1.5 2003/08/20 09:50:16 martin Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -39,6 +39,7 @@
#include <err.h>
#include <stdarg.h>
#include <stdio.h>
+#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <sys/shm.h>
Home |
Main Index |
Thread Index |
Old Index