Author: luigi Date: Wed Mar 24 19:20:49 2010 New Revision: 205625 URL: http://svn.freebsd.org/changeset/base/205625
Log: typo... Modified: stable/8/sys/modules/dummynet/Makefile Modified: stable/8/sys/modules/dummynet/Makefile ============================================================================== --- stable/8/sys/modules/dummynet/Makefile Wed Mar 24 19:00:29 2010 (r205624) +++ stable/8/sys/modules/dummynet/Makefile Wed Mar 24 19:20:49 2010 (r205625) @@ -6,7 +6,7 @@ KMOD= dummynet SRCS= ip_dummynet.c SRCS+= ip_dn_glue.c ip_dn_io.c -SRCS+= dn_heap.c dn_sched_fifo.c dn_sched_qfq.c dn_sched_rr.c dn_sched_wf2q. +SRCS+= dn_heap.c dn_sched_fifo.c dn_sched_qfq.c dn_sched_rr.c dn_sched_wf2q.c SRCS+= opt_inet6.h .if !defined(KERNBUILDDIR) _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
