Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Oct 2005 13:27:59 GMT
From:      soc-bushman <soc-bushman@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 85778 for review
Message-ID:  <200510241327.j9ODRxh9010031@repoman.freebsd.org>

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

Change 85778 by soc-bushman@soc-bushman_stinger on 2005/10/24 13:27:57

	stupid mistake fixed

Affected files ...

.. //depot/projects/soc2005/nsswitch_cached/src/usr.sbin/Makefile#5 edit

Differences ...

==== //depot/projects/soc2005/nsswitch_cached/src/usr.sbin/Makefile#5 (text+ko) ====

@@ -216,7 +216,7 @@
 _bluetooth=	bluetooth
 .endif
 
-if !defined(NO_NS_CACHING)
+.if !defined(NO_NS_CACHING)
 _cached=       cached
 .endif
 



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