From fc19b961ac3acf1a7c53248a58ba86ab782ec187 Mon Sep 17 00:00:00 2001 From: christos Date: Thu, 25 May 2006 22:06:53 +0000 Subject: [PATCH] s/vax/__vax__/ --- usr.bin/config/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.bin/config/main.c b/usr.bin/config/main.c index 6fbca9ec443f..6fe46551ec63 100644 --- a/usr.bin/config/main.c +++ b/usr.bin/config/main.c @@ -1,4 +1,4 @@ -/* $NetBSD: main.c,v 1.11 2006/05/24 23:16:50 christos Exp $ */ +/* $NetBSD: main.c,v 1.12 2006/05/25 22:06:53 christos Exp $ */ /* * Copyright (c) 1992, 1993 @@ -1275,7 +1275,7 @@ logconfig_start(void) (void)fprintf(cfg, "#if defined(%s) || defined(%s)\n\n", LOGCONFIG_LARGE, LOGCONFIG_SMALL); (void)fprintf(cfg, - "static const char config[]\n#ifdef vax\n" + "static const char config[]\n#ifdef __vax__\n" "\t__attribute__((__unused__))\n#else\n" "\t__attribute__((__used__))\n#endif\n\t=\n\n");