Print this page
2619 asynchronous destruction of ZFS file systems
2747 SPA versioning with zfs feature flags
Reviewed by: Matt Ahrens <mahrens@delphix.com>
Reviewed by: George Wilson <gwilson@delphix.com>
Reviewed by: Richard Lowe <richlowe@richlowe.net>
Reviewed by: Dan Kruchinin <dan.kruchinin@gmail.com>
Approved by: Dan McDonald <danmcd@nexenta.com>
        
*** 18,27 ****
--- 18,28 ----
  #
  # CDDL HEADER END
  #
  #
  # Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
+ # Copyright (c) 2012 by Delphix. All rights reserved.
  #
  
  PROG= ztest
  OBJS= $(PROG).o
  SRCS= $(OBJS:%.o=../%.c)
*** 29,38 ****
--- 30,40 ----
  include ../../Makefile.cmd
  include ../../Makefile.ctf
  
  INCS += -I../../../lib/libzpool/common
  INCS += -I../../../uts/common/fs/zfs
+ INCS += -I../../../common/zfs
  
  LDLIBS += -lumem -lzpool -lcmdutils -lm -lnvpair
  
  C99MODE= -xc99=%all
  C99LMODE= -Xc99=%all