Print this page
PSARC 2007/569 lofi(7D) compression support
6618343 lofi compression support

*** 18,28 **** # # CDDL HEADER END # # # ! # Copyright 2006 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # #pragma ident "%Z%%M% %I% %E% SMI" # --- 18,28 ---- # # CDDL HEADER END # # # ! # Copyright 2007 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # #pragma ident "%Z%%M% %I% %E% SMI" #
*** 31,41 **** SRCS= $(OBJS:%.o=%.c) POFILES= $(OBJS:%.o=%.po) include ../Makefile.cmd ! LDLIBS += -ldevinfo .KEEP_STATE: all: $(PROG) --- 31,41 ---- SRCS= $(OBJS:%.o=%.c) POFILES= $(OBJS:%.o=%.po) include ../Makefile.cmd ! LDLIBS += -ldevinfo -lz .KEEP_STATE: all: $(PROG)