diff options
Diffstat (limited to 'usr/src/uts/sparc')
-rw-r--r-- | usr/src/uts/sparc/hook/hook.global-objs.debug64 | 5 | ||||
-rw-r--r-- | usr/src/uts/sparc/ipf/Makefile | 4 | ||||
-rw-r--r-- | usr/src/uts/sparc/ipf/ipf.global-objs.debug64 | 4 | ||||
-rw-r--r-- | usr/src/uts/sparc/neti/Makefile | 4 | ||||
-rw-r--r-- | usr/src/uts/sparc/neti/neti.global-objs.debug64 | 6 |
5 files changed, 12 insertions, 11 deletions
diff --git a/usr/src/uts/sparc/hook/hook.global-objs.debug64 b/usr/src/uts/sparc/hook/hook.global-objs.debug64 index c813224003..48d393076f 100644 --- a/usr/src/uts/sparc/hook/hook.global-objs.debug64 +++ b/usr/src/uts/sparc/hook/hook.global-objs.debug64 @@ -19,10 +19,11 @@ # CDDL HEADER END # # -# Copyright 2007 Sun Microsystems, Inc. All rights reserved. +# Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" modlinkage modlmisc +hook_stack_lock +hook_stacks diff --git a/usr/src/uts/sparc/ipf/Makefile b/usr/src/uts/sparc/ipf/Makefile index 9ab95b305b..1270d808af 100644 --- a/usr/src/uts/sparc/ipf/Makefile +++ b/usr/src/uts/sparc/ipf/Makefile @@ -22,8 +22,6 @@ # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -#ident "%Z%%M% %I% %E% SMI" -# # uts/sparc/ipf/Makefile # # @@ -65,7 +63,7 @@ INSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE) CFLAGS += $(CCVERBOSE) CPPFLAGS += -DIPFILTER_LKM -DIPFILTER_LOG -DIPFILTER_LOOKUP CPPFLAGS += -DSUNDDI -DSOLARIS2=$(RELEASE_MINOR) -DIRE_ILL_CN -DUSE_INET6 -LDFLAGS += -dy -Ndrv/ip -Nmisc/md5 -Nmisc/neti -Nmisc/kcf +LDFLAGS += -dy -Ndrv/ip -Nmisc/md5 -Nmisc/neti -Nmisc/hook -Nmisc/kcf INC_PATH += -I$(UTSBASE)/common/inet/ipf diff --git a/usr/src/uts/sparc/ipf/ipf.global-objs.debug64 b/usr/src/uts/sparc/ipf/ipf.global-objs.debug64 index 21c10a84f4..61566e8b65 100644 --- a/usr/src/uts/sparc/ipf/ipf.global-objs.debug64 +++ b/usr/src/uts/sparc/ipf/ipf.global-objs.debug64 @@ -22,7 +22,6 @@ # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" fr_availfuncs fr_features @@ -40,7 +39,10 @@ ipf_devfiles ipf_kstat_tmp ipf_ops ipf_proxy_debug +ipf_stack_lock +ipf_stacks ipfilter_version +ipfncb ipl_magic iplmod ipopts diff --git a/usr/src/uts/sparc/neti/Makefile b/usr/src/uts/sparc/neti/Makefile index 3a338bb130..2520b77173 100644 --- a/usr/src/uts/sparc/neti/Makefile +++ b/usr/src/uts/sparc/neti/Makefile @@ -21,11 +21,9 @@ # # uts/sparc/neti/Makefile # -# Copyright 2007 Sun Microsystems, Inc. All rights reserved. +# Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -#ident "%Z%%M% %I% %E% SMI" -# # This makefile drives the production of the neti driver kernel module. # # SPARC implementation architecture dependent diff --git a/usr/src/uts/sparc/neti/neti.global-objs.debug64 b/usr/src/uts/sparc/neti/neti.global-objs.debug64 index c813224003..f0ebce499b 100644 --- a/usr/src/uts/sparc/neti/neti.global-objs.debug64 +++ b/usr/src/uts/sparc/neti/neti.global-objs.debug64 @@ -19,10 +19,12 @@ # CDDL HEADER END # # -# Copyright 2007 Sun Microsystems, Inc. All rights reserved. +# Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" modlinkage modlmisc +neti_instance_list +neti_stack_list +neti_stack_lock |