diff options
| author | Eric Taylor <Eric.Taylor@Sun.COM> | 2010-06-28 09:19:17 -0600 |
|---|---|---|
| committer | Eric Taylor <Eric.Taylor@Sun.COM> | 2010-06-28 09:19:17 -0600 |
| commit | 3c112a2b34403220c06c3e2fcac403358cfba168 (patch) | |
| tree | af70bd8e7475a8cde365f3200a31fb4dc8d6d7ea /usr/src/cmd/ztest | |
| parent | d24e1a1da37e9f5e4c5b11a5da612fdd70d873f0 (diff) | |
| download | illumos-joyent-3c112a2b34403220c06c3e2fcac403358cfba168.tar.gz | |
6677657 smb_list.c shouldn't exist
6840819 zfs does not automount directories after the pool is restored
6953725 sporadic syseventd core dump during lun expansion due to double free
6962880 erroneous creation date in usr/src/cmd/mdb/Makefile.common copyright
6963174 user-land libraries shouldn't directly compile uts/common/os/list.c
--HG--
rename : usr/src/uts/common/os/list.c => usr/src/common/list/list.c
Diffstat (limited to 'usr/src/cmd/ztest')
| -rw-r--r-- | usr/src/cmd/ztest/Makefile.com | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr/src/cmd/ztest/Makefile.com b/usr/src/cmd/ztest/Makefile.com index 166d94edc8..5f0a87b53a 100644 --- a/usr/src/cmd/ztest/Makefile.com +++ b/usr/src/cmd/ztest/Makefile.com @@ -19,8 +19,7 @@ # CDDL HEADER END # # -# Copyright 2009 Sun Microsystems, Inc. All rights reserved. -# Use is subject to license terms. +# Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved. # PROG= ztest @@ -33,7 +32,7 @@ include ../../Makefile.ctf INCS += -I../../../lib/libzpool/common INCS += -I../../../uts/common/fs/zfs -LDLIBS += -lumem -lzpool -lm -lnvpair +LDLIBS += -lumem -lzpool -lcmdutils -lm -lnvpair C99MODE= -xc99=%all C99LMODE= -Xc99=%all |
