aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/make/cond.c
diff options
context:
space:
mode:
authorWilfredo Sanchez <wsanchez@FreeBSD.org>2000-07-09 02:54:54 +0000
committerWilfredo Sanchez <wsanchez@FreeBSD.org>2000-07-09 02:54:54 +0000
commit023944f43548759a1e09154c95d20c692bb77666 (patch)
treedef433e98898c1b306e8516fcdab0c08f1b0b4ac /usr.bin/make/cond.c
parent6e9541813725870a99f99b8b8fc5448a54570119 (diff)
downloadsrc-023944f43548759a1e09154c95d20c692bb77666.tar.gz
src-023944f43548759a1e09154c95d20c692bb77666.zip
Use __RCSID()
Notes
Notes: svn path=/head/; revision=62833
Diffstat (limited to 'usr.bin/make/cond.c')
-rw-r--r--usr.bin/make/cond.c10
1 files changed, 4 insertions, 6 deletions
diff --git a/usr.bin/make/cond.c b/usr.bin/make/cond.c
index 88917aaad567..e0929352c4de 100644
--- a/usr.bin/make/cond.c
+++ b/usr.bin/make/cond.c
@@ -34,15 +34,13 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
+ *
+ * @(#)cond.c 8.2 (Berkeley) 1/2/94
*/
#ifndef lint
-#if 0
-static char sccsid[] = "@(#)cond.c 8.2 (Berkeley) 1/2/94";
-#else
-static const char rcsid[] =
- "$FreeBSD$";
-#endif
+#include <sys/cdefs.h>
+__RCSID("$FreeBSD$");
#endif /* not lint */
/*-