diff options
author | 2000-04-03 03:11:27 +0000 | |
---|---|---|
committer | 2000-04-03 03:11:27 +0000 | |
commit | 30637743bb5c1daa48aa6f4fbad0c3b81e0b6abf (patch) | |
tree | 5d83ebaabae0fa3e46adb3929226598093a08905 | |
parent | Junk CDPATH from the environment. (diff) | |
download | wireguard-openbsd-30637743bb5c1daa48aa6f4fbad0c3b81e0b6abf.tar.xz wireguard-openbsd-30637743bb5c1daa48aa6f4fbad0c3b81e0b6abf.zip |
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 |