PERFORCE change 222677 for review
Brooks Davis
brooks at FreeBSD.org
Wed Mar 6 22:57:31 UTC 2013
http://p4web.freebsd.org/@@222677?ac=10
Change 222677 by brooks at brooks_zenith on 2013/03/06 22:57:04
Remove bogus libmagic dependency.
Affected files ...
.. //depot/projects/ctsrd/beribsd/src/ctsrd/mtlctl/Makefile#2 edit
.. //depot/projects/ctsrd/beribsd/src/ctsrd/mtlctl/mtlctl.c#6 edit
Differences ...
==== //depot/projects/ctsrd/beribsd/src/ctsrd/mtlctl/Makefile#2 (text+ko) ====
@@ -9,6 +9,6 @@
WARNS= 6
-LDADD+= -lde4tc -lvuln_png -lz -lm -lvuln_magic
+LDADD+= -lde4tc -lvuln_png -lz -lm
.include <bsd.prog.mk>
==== //depot/projects/ctsrd/beribsd/src/ctsrd/mtlctl/mtlctl.c#6 (text+ko) ====
@@ -44,7 +44,6 @@
#include <fcntl.h>
#include <fnmatch.h>
#include <libutil.h>
-#include <magic.h>
#include <png.h>
#include <stdio.h>
#include <stdlib.h>
More information about the p4-projects
mailing list