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/cu.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/cu.c')
-rw-r--r-- | usr/src/cmd/tip/cu.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/cmd/tip/cu.c b/usr/src/cmd/tip/cu.c index fb911d64bd..7dc15e6ddd 100644 --- a/usr/src/cmd/tip/cu.c +++ b/usr/src/cmd/tip/cu.c @@ -9,10 +9,10 @@ * specifies the terms and conditions for redistribution. */ -#pragma ident "%Z%%M% %I% %E% SMI" - #include "tip.h" +int gid, egid; +int uid, euid; void cleanup(void); void timeout(void); |