diff options
author | Dan McDonald <danmcd@joyent.com> | 2021-02-24 18:15:08 -0500 |
---|---|---|
committer | Dan McDonald <danmcd@joyent.com> | 2021-02-24 18:15:08 -0500 |
commit | 30e46d865c328134f725b0f2a58f9ce75e7f5c21 (patch) | |
tree | 9c65c93139e034c4ad2a3926be8bd3ddad3fcf85 /usr/src/cmd/tip/aculib/v831.c | |
parent | 9c82270494990a5542438960f9fc2de90d84255e (diff) | |
parent | 64410b34750c079390ce58d7e159fcff545d09b0 (diff) | |
download | illumos-joyent-30e46d865c328134f725b0f2a58f9ce75e7f5c21.tar.gz |
[illumos-gate merge]
commit 64410b34750c079390ce58d7e159fcff545d09b0
13543 ipf: symbol 'thishost' is multiply-defined
commit cfc9ef1dcc5d6a18778b3b10d738d19df873d1a3
13545 fm: multiply-defined symbols
commit 1e094e1b56a6d925d6f7db6fec39db1c0e16451f
13547 tip: multiply-defined symbols
commit d75c60626217c1d02658d48c8cabf81bd44c6729
13449 cxgbe IPv6 checksum and LSO support
commit 67ba9ac97cfcbc2368432da6d6d5cc1eb888fda3
13554 vnics should advertise IPv6 checksums
Diffstat (limited to 'usr/src/cmd/tip/aculib/v831.c')
-rw-r--r-- | usr/src/cmd/tip/aculib/v831.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/src/cmd/tip/aculib/v831.c b/usr/src/cmd/tip/aculib/v831.c index eee2763cce..dc4abc9221 100644 --- a/usr/src/cmd/tip/aculib/v831.c +++ b/usr/src/cmd/tip/aculib/v831.c @@ -9,8 +9,6 @@ * specifies the terms and conditions for redistribution. */ -#pragma ident "%Z%%M% %I% %E% SMI" - /* * Routines for dialing up on Vadic 831 */ @@ -18,6 +16,7 @@ #include "tip.h" +int AC; static char dialit(char *, char *); static char *sanitize(char *); static void alarmtr(void); |