From 30637743bb5c1daa48aa6f4fbad0c3b81e0b6abf Mon Sep 17 00:00:00 2001 From: aaron Date: Mon, 3 Apr 2000 03:11:27 +0000 Subject: [PATCH] Set the default node name to "OpenBSD". --- sys/dev/ic/anreg.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/dev/ic/anreg.h b/sys/dev/ic/anreg.h index e446c668881..c3ade8a6176 100644 --- a/sys/dev/ic/anreg.h +++ b/sys/dev/ic/anreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: anreg.h,v 1.1 2000/04/03 01:01:59 mickey Exp $ */ +/* $OpenBSD: anreg.h,v 1.2 2000/04/03 03:11:27 aaron Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -40,9 +40,9 @@ #define AN_DEFAULT_NETNAME "ANY" /* The nodename must be less than 16 bytes */ -#define AN_DEFAULT_NODENAME "FreeBSD" +#define AN_DEFAULT_NODENAME "OpenBSD" -#define AN_DEFAULT_IBSS "FreeBSD IBSS" +#define AN_DEFAULT_IBSS "OpenBSD IBSS" /* * register space access macros -- 2.20.1