Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 May 2005 00:53:53 GMT
From:      "Christian S.J. Peron" <csjp@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 76767 for review
Message-ID:  <200505100053.j4A0rrvP024062@repoman.freebsd.org>

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

Change 76767 by csjp@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;



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