Source-Changes-HG archive

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

[src/trunk]: src/dist/ntp/libntp Include "ntp_stdlib.h" to get prototype for ...



details:   https://anonhg.NetBSD.org/src/rev/c87b0d1b4393
branches:  trunk
changeset: 485035:c87b0d1b4393
user:      simonb <simonb%NetBSD.org@localhost>
date:      Mon Apr 17 05:49:11 2000 +0000

description:
Include "ntp_stdlib.h" to get prototype for init_lib().

diffstat:

 dist/ntp/libntp/lib_strbuf.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (15 lines):

diff -r fd3aa5fe863f -r c87b0d1b4393 dist/ntp/libntp/lib_strbuf.c
--- a/dist/ntp/libntp/lib_strbuf.c      Mon Apr 17 05:48:36 2000 +0000
+++ b/dist/ntp/libntp/lib_strbuf.c      Mon Apr 17 05:49:11 2000 +0000
@@ -1,9 +1,10 @@
-/*     $NetBSD: lib_strbuf.c,v 1.1.1.1 2000/03/29 12:38:50 simonb Exp $        */
+/*     $NetBSD: lib_strbuf.c,v 1.2 2000/04/17 05:49:11 simonb Exp $    */
 
 /*
  * lib_strbuf - library string storage
  */
 
+#include "ntp_stdlib.h"
 #include "lib_strbuf.h"
 
 /*



Home | Main Index | Thread Index | Old Index