Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/altq/libaltq Need <string.h> for strcmp() prototype...



details:   https://anonhg.NetBSD.org/src/rev/b885f8b44b26
branches:  trunk
changeset: 519974:b885f8b44b26
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Mon Dec 31 19:31:23 2001 +0000

description:
Need <string.h> for strcmp() prototype (noticed by gcc 3.1).

diffstat:

 usr.sbin/altq/libaltq/qop_dummy.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 1ca143b5e2d8 -r b885f8b44b26 usr.sbin/altq/libaltq/qop_dummy.c
--- a/usr.sbin/altq/libaltq/qop_dummy.c Mon Dec 31 19:26:59 2001 +0000
+++ b/usr.sbin/altq/libaltq/qop_dummy.c Mon Dec 31 19:31:23 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: qop_dummy.c,v 1.5 2001/08/22 08:52:37 itojun Exp $     */
+/*     $NetBSD: qop_dummy.c,v 1.6 2001/12/31 19:31:23 thorpej Exp $    */
 /*     $KAME: qop_dummy.c,v 1.4 2001/08/16 10:39:14 kjc Exp $  */
 /*
  * Copyright (C) 1999-2000
@@ -32,6 +32,7 @@
 #include <stdio.h>
 #include <errno.h>
 #include <syslog.h>
+#include <string.h>
 
 #include <altq/altq.h>
 #include "altq_qop.h"



Home | Main Index | Thread Index | Old Index