diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-04-03 03:11:28 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-04-03 03:11:28 +0000 |
commit | 59581e18ba2d0c1d87bf686b415a9bb1bdf9f845 (patch) | |
tree | c6870750722f4711482fa09e0ad70b442259f7a8 | |
parent | b93b485c945f09a7194aa9016d1b243ce6375b08 (diff) |
Set the default node name to "OpenBSD".
-rw-r--r-- | sys/dev/ic/anreg.h | 6 |
1 files 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 |