Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Oct 2007 21:43:55 GMT
From:      Fredrik Lindberg <fli@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 127158 for review
Message-ID:  <200710032143.l93Lht7X098380@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=127158

Change 127158 by fli@fli_nexus on 2007/10/03 21:43:52

	Hook up new files (...and the debug_mask has changed).

Affected files ...

.. //depot/projects/soc2007/fli-mdns_sd/mdnsd/Makefile#7 edit

Differences ...

==== //depot/projects/soc2007/fli-mdns_sd/mdnsd/Makefile#7 (text+ko) ====

@@ -1,11 +1,11 @@
-SRCS=	cache.c clisrv.c dbrec.c event.c hash.c log.c mdnsd.c objalloc.c \
-	output.c output_aggr.c parse.y queries.c record.c stack_buf.c \
-	stack_mdns.c stack_packet.c stack_util.c token.l utf8.c utf8_cfold.c \
-	var.c wqueue.c y.tab.h
+SRCS=	cache.c clisrv.c dbrec.c event.c hash.c input.c log.c mdnsd.c \
+	objalloc.c output.c output_aggr.c parse.y queries.c record.c \
+	stack_buf.c stack_mdns.c stack_packet.c stack_util.c token.l utf8.c \
+	utf8_cfold.c util.c var.c wqueue.c y.tab.h
 PROG=	mdnsd
 WARNS?=	4	
 
-CFLAGS+=	-I../shared -Wall -g -DDEBUG -DDEBUG_MASK=0xdbf0
+CFLAGS+=	-I../shared -Wall -g -DDEBUG -DDEBUG_MASK=0x1dff4
 .if !defined(WITHOUT_INET6)
 CFLAGS+=	-DINET6
 .endif



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200710032143.l93Lht7X098380>