PERFORCE change 76767 for review

Christian S.J. Peron csjp at FreeBSD.org
Mon May 9 17:53:54 PDT 2005


http://perforce.freebsd.org/chv.cgi?CH=76767

Change 76767 by csjp at csjp_xor on 2005/05/10 00:53:05

	Second thought, remove any CFLAGS hacks

Affected files ...

.. //depot/projects/trustedbsd/mac/usr.sbin/getfhash/Makefile#3 edit
.. //depot/projects/trustedbsd/mac/usr.sbin/getfhash/getfhash.c#5 edit

Differences ...

==== //depot/projects/trustedbsd/mac/usr.sbin/getfhash/Makefile#3 (text+ko) ====

@@ -2,5 +2,5 @@
 LINKS=  ${BINDIR}/getfhash ${BINDIR}/setfhash
 NO_MAN=	
 WARNS=	6
-CFLAGS+=	-I../../sys
+
 .include <bsd.prog.mk>

==== //depot/projects/trustedbsd/mac/usr.sbin/getfhash/getfhash.c#5 (text+ko) ====

@@ -43,7 +43,6 @@
 static void	set_hash(const char *);
 static int	print_hash_from_stdin(void);
 
-
 static int	 depth;
 static int	 dflag;
 static int	 rflag;


More information about the p4-projects mailing list